ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Gluco2::Int64Range Struct Reference

#include <Options.h>

Public Member Functions

 Int64Range (int64_t b, int64_t e)
 

Public Attributes

int64_t begin
 
int64_t end
 

Detailed Description

Definition at line 106 of file Options.h.

Constructor & Destructor Documentation

◆ Int64Range()

Gluco2::Int64Range::Int64Range ( int64_t b,
int64_t e )
inline

Definition at line 109 of file Options.h.

109: begin(b), end(e) {}

Member Data Documentation

◆ begin

int64_t Gluco2::Int64Range::begin

Definition at line 107 of file Options.h.

◆ end

int64_t Gluco2::Int64Range::end

Definition at line 108 of file Options.h.


The documentation for this struct was generated from the following file: