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

bison does not support vector very well, so here create a dummy class for VerilogParser::GeneralName array. More...

#include <VerilogDataBase.h>

Inheritance diagram for VerilogParser::GeneralNameArray:

Public Types

typedef std::vector< GeneralNamebase_type

Public Member Functions

 GeneralNameArray (const allocator_type &alloc=allocator_type())
 constructor
 GeneralNameArray (size_type n, const value_type &val, const allocator_type &alloc=allocator_type())
 constructor

Detailed Description

bison does not support vector very well, so here create a dummy class for VerilogParser::GeneralName array.

Definition at line 184 of file VerilogDataBase.h.

Member Typedef Documentation

◆ base_type

typedef std::vector<GeneralName> VerilogParser::GeneralNameArray::base_type

Definition at line 188 of file VerilogDataBase.h.

Constructor & Destructor Documentation

◆ GeneralNameArray() [1/2]

VerilogParser::GeneralNameArray::GeneralNameArray ( const allocator_type & alloc = allocator_type())
inline

constructor

Parameters
allocmemory allocator

Definition at line 196 of file VerilogDataBase.h.

◆ GeneralNameArray() [2/2]

VerilogParser::GeneralNameArray::GeneralNameArray ( size_type n,
const value_type & val,
const allocator_type & alloc = allocator_type() )
inline

constructor

Parameters
nnumber of values
valdata value
allocmemory allocator

Definition at line 202 of file VerilogDataBase.h.


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