Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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 More...
 
 GeneralNameArray (size_type n, const value_type &val, const allocator_type &alloc=allocator_type())
 constructor More...
 

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.

Constructor & Destructor Documentation

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

constructor

Parameters
allocmemory allocator

Definition at line 196 of file VerilogDataBase.h.

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: