#include <config_pm.h>
Inheritance diagram for SchemeConfig:
Public Member Functions | |
SchemeConfig (const string &file_name, const GeneralConfig &) | |
initializes a scheme configuration with default values | |
virtual | ~SchemeConfig () |
destructor | |
virtual int | readConfigFile (const string &file="") |
reads a scheme configuration file | |
Public Attributes | |
string | file_name |
the filename of the scheme given to constructor | |
SchemeConfig * | next |
this is a list... | |
Private Attributes | |
string | file_path |
full path to scheme including the file_name |
|
initializes a scheme configuration with default values
|
|
destructor
|
|
reads a scheme configuration file
|
|
the filename of the scheme given to constructor
|
|
full path to scheme including the file_name
|
|
this is a list...
|