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

name with a range More...

#include <VerilogDataBase.h>

Public Member Functions

 GeneralName (std::string const &n="")
 constructor More...
 
 GeneralName (std::string const &n, int low, int high)
 constructor More...
 

Public Attributes

std::string name
 name string, empty if not specified
 
Range range
 min infinity if not specified
 

Detailed Description

name with a range

Definition at line 45 of file VerilogDataBase.h.

Constructor & Destructor Documentation

VerilogParser::GeneralName::GeneralName ( std::string const &  n = "")
inline

constructor

Parameters
nname

Definition at line 52 of file VerilogDataBase.h.

VerilogParser::GeneralName::GeneralName ( std::string const &  n,
int  low,
int  high 
)
inline

constructor

Parameters
nname
lowlow value of range
highhigh value of range

Definition at line 57 of file VerilogDataBase.h.


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