Limbo 3.5.4
Loading...
Searching...
No Matches
VerilogParser::GeneralName Class Reference

name with a range More...

#include <VerilogDataBase.h>

Public Member Functions

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

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

◆ GeneralName() [1/2]

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

constructor

Parameters
nname

Definition at line 52 of file VerilogDataBase.h.

◆ GeneralName() [2/2]

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.

Member Data Documentation

◆ name

std::string VerilogParser::GeneralName::name

name string, empty if not specified

Definition at line 47 of file VerilogDataBase.h.

◆ range

Range VerilogParser::GeneralName::range

min infinity if not specified

Definition at line 48 of file VerilogDataBase.h.


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