#include <string>
#include <sstream>
#include <iostream>
#include <map>
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. |
|
Implements a mapping from parameter's name into its value.
Definition at line 84 of file ConfigFile.h. |