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

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

#include <EbeamDataBase.h>

Inheritance diagram for EbeamParser::StringArray:

Public Types

typedef vector< string > base_type

Public Member Functions

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

Detailed Description

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

Definition at line 62 of file EbeamDataBase.h.

Member Typedef Documentation

◆ base_type

typedef vector<string> EbeamParser::StringArray::base_type

Definition at line 66 of file EbeamDataBase.h.

Constructor & Destructor Documentation

◆ StringArray() [1/2]

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

constructor

Parameters
allocmemory allocator

Definition at line 74 of file EbeamDataBase.h.

◆ StringArray() [2/2]

EbeamParser::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 80 of file EbeamDataBase.h.


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