Definition at line 377 of file config.h.
|
void | readConfig (t_Reader &reader, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (t_Reader &reader, const std::string &node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (t_Reader &reader, const char *node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (const std::string &file_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (const std::string &file_name, const std::string &node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readConfig (const std::string &file_name, const char *node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read configuration (assuming the configuration node to be in the root). More...
|
|
void | readNestedConfig (t_Reader &reader, const std::string &node_name, const bool crash_on_missing_entry=default_crash_on_missing_entry_) |
| Read nested configuration node. More...
|
|
void | writeConfig (t_Writer &writer) const |
| Write configuration. More...
|
|
void | writeConfig (t_Writer &writer, const std::string &node_name) const |
| Write configuration. More...
|
|
void | writeConfig (const std::string &file_name) const |
| Write configuration. More...
|
|
void | writeConfig (const std::string &file_name, const std::string &node_name) const |
| Write configuration. More...
|
|
void | writeNestedConfig (t_Writer &writer) const |
| Write nested configuration node. More...
|
|
void | writeNestedConfig (t_Writer &writer, const std::string &node_name) const |
| Write nested configuration node. More...
|
|