clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Types | Public Member Functions | List of all members
ProgramOptions::ValueMappingBase Struct Reference

#include <typed_value.h>

Inheritance diagram for ProgramOptions::ValueMappingBase:
Inheritance graph
Collaboration diagram for ProgramOptions::ValueMappingBase:
Collaboration graph

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
 

Member Typedef Documentation

typedef std::vector<std::pair<const char*, int> > ProgramOptions::ValueMappingBase::base_type

Member Function Documentation

void ProgramOptions::ValueMappingBase::add ( const char *  strVal,
int  eVal 
)
inline
const int* ProgramOptions::ValueMappingBase::get ( const char *  strVal) const
inline

Here is the call graph for this function:


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