$search
Header file for Config class definitions. More...
#include <iostream>
#include <string>
#include <iomanip>
#include <fstream>
#include <boost/lexical_cast.hpp>
#include <sstream>
#include <vector>
Go to the source code of this file.
Classes | |
class | Config |
Handle configuration files. More... | |
struct | Data |
Basic data element used in Config class. More... | |
Defines | |
#define | CAN_NOT_CREATE_FILE -2 |
Return when can not create a file. | |
#define | CAN_NOT_OPEN_FILE -1 |
Return when can not open file. | |
Typedefs | |
typedef std::vector< Data > | Conf_data |
Configuration data type. | |
typedef struct Data | Data |
Basic data element used in Config class. | |
Variables | |
static const char | header_config_rcsid [] = "$Id: config.h,v 1.18 2006/05/16 19:24:26 gourdeau Exp $" |
RCS/CVS version. |
Header file for Config class definitions.
Definition in file config.h.
#define CAN_NOT_CREATE_FILE -2 |
const char header_config_rcsid[] = "$Id: config.h,v 1.18 2006/05/16 19:24:26 gourdeau Exp $" [static] |