#include <configfile.hh>
Public Member Functions | |
config_file (const std::string &name) | |
Private Member Functions | |
void | read (const std::string &name) |
A configuration file Reads a configuration file using read
. Once it has been read, this object is to be used as a top-level scope (ConfigSet)
Definition at line 23 of file configfile.hh.
config_file::config_file | ( | const std::string & | name | ) |
Read a configuration file
parse_error |
Definition at line 20 of file configfile.cc.
void config_file::read | ( | const std::string & | name | ) | [private] |
Definition at line 29 of file configfile.cc.