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

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

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::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 42 of file GdfDataBase.h.

Constructor & Destructor Documentation

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

constructor

Parameters
allocmemory allocator

Definition at line 54 of file GdfDataBase.h.

GdfParser::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 60 of file GdfDataBase.h.


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