Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
EbeamParser::IntegerArray Class Reference

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

#include <EbeamDataBase.h>

Inheritance diagram for EbeamParser::IntegerArray:

Public Types

typedef vector< int > base_type
 

Public Member Functions

 IntegerArray (const allocator_type &alloc=allocator_type())
 
 IntegerArray (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 integer array.

Definition at line 38 of file EbeamDataBase.h.

Constructor & Destructor Documentation

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

constructor

Parameters
allocmemory allocator

Definition at line 50 of file EbeamDataBase.h.

EbeamParser::IntegerArray::IntegerArray ( 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 56 of file EbeamDataBase.h.


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