#include <configfile.hh>

Public Member Functions | |
| config_file (const std::string &name) | |
| config_file (const std::string &name) | |
Private Member Functions | |
| void | read (const std::string &name) |
| 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 20 of file install/include/utilmm/configfile/configfile.hh.
| config_file::config_file | ( | const std::string & | name | ) |
Read a configuration file
| parse_error |
Definition at line 20 of file configfile.cc.
| utilmm::config_file::config_file | ( | const std::string & | name | ) |
Read a configuration file
| parse_error |
| void utilmm::config_file::read | ( | const std::string & | name | ) | [private] |
| void config_file::read | ( | const std::string & | name | ) | [private] |
Definition at line 29 of file configfile.cc.