Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
VerilogParser::Range Struct Reference

range with pair of low and high values More...

#include <VerilogDataBase.h>

Public Member Functions

 Range ()
 constructor
 
 Range (int l, int h)
 constructor More...
 

Public Attributes

int low
 low value, min infinity if not specified
 
int high
 

Detailed Description

range with pair of low and high values

Definition at line 31 of file VerilogDataBase.h.

Constructor & Destructor Documentation

VerilogParser::Range::Range ( int  l,
int  h 
)
inline

constructor

Parameters
llow value
hhigh value

Definition at line 40 of file VerilogDataBase.h.

Member Data Documentation

int VerilogParser::Range::high

high value, min infinity if not specified

Definition at line 34 of file VerilogDataBase.h.


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