|
bitz-server
1.0.0
|
Public Member Functions | |
| const config_t & | initialise (const std::string &config_file=BITZ_SERVER_CONFIG_FILE) |
| const config_t & | configs () |
| const std::string | module_config (const std::string &module, const std::string &config) throw () |
Static Public Member Functions | |
| static Config & | instance () |
| const std::string bitz::Config::module_config | ( | const std::string & | module, |
| const std::string & | config | ||
| ) | |||
| throw | ( | ||
| ) | |||
Returns module specific config value (or NULL string if not found) Note: This method should be only used my the pluggable modules and not by the core code.
| module | module name |
| config | config name |
1.8.11