#include <string.h>
#include <sstream>
#include <iostream>
#include <map>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
struct | ltstr |
Implements a comparison operator on two strings. More... | |
class | Value |
Implements data types of parameters obtained from a configuration file. More... | |
class | ConfigFile |
Implements a mechanism for passing parameters from a configuration file. More... | |
Typedefs | |
typedef map< string, Value, ltstr > | ParameterType |
Implements a mapping from parameter's name into its value. |
typedef map<string, Value, ltstr> ParameterType |
Implements a mapping from parameter's name into its value.
Definition at line 85 of file ConfigFile.h.