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

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

#include <VerilogDataBase.h>

Inheritance diagram for VerilogParser::StringArray:

Public Types

typedef std::vector< std::string > base_type

Public Member Functions

 StringArray (const allocator_type &alloc=allocator_type())
 constructor
 StringArray (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 string array.

Definition at line 160 of file VerilogDataBase.h.

Member Typedef Documentation

◆ base_type

typedef std::vector<std::string> VerilogParser::StringArray::base_type

Definition at line 164 of file VerilogDataBase.h.

Constructor & Destructor Documentation

◆ StringArray() [1/2]

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

constructor

Parameters
allocmemory allocator

Definition at line 172 of file VerilogDataBase.h.

◆ StringArray() [2/2]

VerilogParser::StringArray::StringArray ( 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 178 of file VerilogDataBase.h.


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