Classes | |
struct | failure |
Functions | |
void | set_location (const Text &file_name) |
Text | get_location () throw (failure) |
bool | get (const Text §ion, const Text &name, Text &value) throw (failure) |
bool | is_set (const Text §ion, const Text &name) throw (failure) |
Text | get_Text (const Text §ion, const Text &name) throw (failure) |
int | get_int (const Text §ion, const Text &name) throw (failure) |
bool | get_bool (const Text §ion, const Text &name) throw (failure) |
float | get_float (const Text §ion, const Text &name) throw (failure) |
TextSeq | sections () throw (failure) |
TextSeq | section_vars (const Text §ion) throw (failure) |
|
|
Referenced by main(), and AccessControl::serverInit(). |
|
Referenced by main(), and RunToolHostInit(). |
|
|
Referenced by ReadConfig::Location(), main(), and report_location(). |
|
|
Referenced by core_match_init(), main(), ReposUI::prevVersion(), PrimInit(), RunToolHostInit(), and AccessControl::serverInit(). |
|
Referenced by main(). |
|
Referenced by main(). |
|
Definition at line 37 of file TestConfig.C. References VestaConfig::failure::msg, and nl. Referenced by main(), and test_bad(). |