#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 &) |
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="") |
Public Attributes | |
PUBLISHED | __pad0__: static bool GetBool(const ConfigString sym |
PUBLISHED bool | def = false) |
Static Protected Member Functions | |
void | ConfigFunc (void) |
void | Flag (bool) |
|
Definition at line 164 of file dconfig.h. References Config::Config< GetConfig >::Init(). |
|
|
|
Definition at line 98 of file dconfig.h. References Config::ConfigTable::AmInitializing(), and Config::Config< GetConfig >::Flag(). |
|
Definition at line 92 of file dconfig.h. Referenced by Config::Config< GetConfig >::Init(). |
|
|
Definition at line 113 of file dconfig.h. Referenced by Config::Config< GetConfig >::AmInitializing(), and Config::Config< GetConfig >::Init(). |
|
|
|
|
Definition at line 204 of file dconfig.h. References Config::ConfigTable::Defined(), ExecutionEnvironment::get_binary_name(), Config::ConfigTable::GetSym(), Config::Config< GetConfig >::Init(), Config::Config< GetConfig >::Name(), and s. |
|
Definition at line 290 of file dconfig.h. References ConfigString, Config::Config< GetConfig >::Defined(), Config::Config< GetConfig >::Get(), Config::Config< GetConfig >::Init(), s, and v. |
|
Definition at line 268 of file dconfig.h. References ConfigString, Config::Config< GetConfig >::Defined(), Config::Config< GetConfig >::Get(), Config::Config< GetConfig >::Init(), s, and v. |
|
Definition at line 246 of file dconfig.h. References ConfigString, Config::Config< GetConfig >::Defined(), Config::Config< GetConfig >::Get(), Config::Config< GetConfig >::Init(), s, and v. |
|
Definition at line 312 of file dconfig.h. References ConfigString, Config::Config< GetConfig >::Defined(), Config::Config< GetConfig >::Get(), and Config::Config< GetConfig >::Init(). |
|
|
Definition at line 107 of file dconfig.h. References ConfigString. Referenced by Config::Config< GetConfig >::Defined(), Config::Config< GetConfig >::Get(), Config::Config< GetConfig >::GetAll(), and Config::Config< GetConfig >::Init(). |
|
|
|
|