|
Limbo
|
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 |
range with pair of low and high values
Definition at line 31 of file VerilogDataBase.h.
|
inline |
| int VerilogParser::Range::high |
high value, min infinity if not specified
Definition at line 34 of file VerilogDataBase.h.
1.8.8