#include <typed_value.h>
Public Types | |
typedef std::vector< std::pair < const char *, int > > | base_type |
Public Member Functions | |
void | add (const char *strVal, int eVal) |
const int * | get (const char *strVal) const |
Definition at line 42 of file typed_value.h.
typedef std::vector<std::pair<const char*, int> > ProgramOptions::ValueMappingBase::base_type |
Reimplemented in ProgramOptions::ValueMapping< T >.
Definition at line 43 of file typed_value.h.
void ProgramOptions::ValueMappingBase::add | ( | const char * | strVal, |
int | eVal | ||
) | [inline] |
Definition at line 46 of file typed_value.h.
const int* ProgramOptions::ValueMappingBase::get | ( | const char * | strVal | ) | const [inline] |
Definition at line 47 of file typed_value.h.