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

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

#include <GdfDataBase.h>

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

Constructor & Destructor Documentation

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

constructor

Parameters
allocmemory allocator

Definition at line 102 of file GdfDataBase.h.

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


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