#include <dconfig.h>
Public Member Functions | |
Config (void) | |
~Config (void) | |
Static Public Member Functions | |
bool | AmInitializing (void) |
ConfigString | Name (void) |
bool | Flag (void) |
void | Init (void) |
bool | Defined (const ConfigString &sym) |
ConfigString | Get (const ConfigString sym) |
ConfigTable::Symbol & | GetAll (const ConfigString, ConfigTable::Symbol &) |
bool | GetBool (const ConfigString sym, bool def=false) |
int | GetInt (const ConfigString sym, int def=0) |
float | GetFloat (const ConfigString sym, float def=0.) |
double | GetDouble (const ConfigString sym, double def=0.) |
ConfigString | GetString (const ConfigString sym, const ConfigString def="") |
Static Protected Member Functions | |
void | ConfigFunc (void) |
void | Flag (bool) |
|
|
|
Definition at line 173 of file dconfig.h. References Config::Config< GetConfig >::Init(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 192 of file dconfig.h. Referenced by Config::Config< GetConfig >::GetBool(), Config::Config< GetConfig >::GetDouble(), Config::Config< GetConfig >::GetFloat(), and Config::Config< GetConfig >::GetInt(). |
|
|
|
Definition at line 228 of file dconfig.h. References ConfigString, and Config::Config< GetConfig >::Get(). |
|
Definition at line 293 of file dconfig.h. References ConfigString, and Config::Config< GetConfig >::Get(). |
|
Definition at line 271 of file dconfig.h. References ConfigString, and Config::Config< GetConfig >::Get(). |
|
Definition at line 249 of file dconfig.h. References ConfigString, and Config::Config< GetConfig >::Get(). |
|
Definition at line 315 of file dconfig.h. References ConfigString. |
|
Definition at line 128 of file dconfig.h. References ConfigString, NotifySeverity, NS_unspecified, and Config::total_time_config_init. Referenced by Config::Config< GetConfig >::~Config(). |
|
|