NCBI C++ ToolKit
|
This is the complete list of members for CConfig, including all inherited members.
CConfig(TParamTree *param_tree, EOwnership own=eTakeOwnership, NStr::ECase use_case=NStr::eNocase) | CConfig | explicit |
CConfig(const TParamTree *param_tree, NStr::ECase use_case=NStr::eNocase) | CConfig | explicit |
CConfig(const IRegistry ®, NStr::ECase use_case=NStr::eNocase) | CConfig | explicit |
CConfig(const CConfig &) | CConfig | private |
ConvertRegToTree(const IRegistry ®, NStr::ECase use_case=NStr::eNocase) | CConfig | static |
eErr_NoThrow enum value | CConfig | |
eErr_Throw enum value | CConfig | |
EErrAction enum name | CConfig | |
Get(const string &d, const string &p, EErrAction e, const string &v, const list< string > *s=NULL) | CConfig | inline |
Get(const string &d, const string &p, EErrAction e, int v, const list< string > *s=NULL) | CConfig | inline |
Get(const string &d, const string &p, EErrAction e, bool v, const list< string > *s=NULL) | CConfig | inline |
Get(const string &d, const string &p, EErrAction e, double v, const list< string > *s=NULL) | CConfig | inline |
GetBool(const string &driver_name, const string ¶m_name, EErrAction on_error, bool default_value, const list< string > *synonyms=NULL) | CConfig | |
GetDataSize(const string &driver_name, const string ¶m_name, EErrAction on_error, unsigned int default_value, const list< string > *synonyms=NULL) | CConfig | |
GetDouble(const string &driver_name, const string ¶m_name, EErrAction on_error, double default_value, const list< string > *synonyms=NULL) | CConfig | |
GetInt(const string &driver_name, const string ¶m_name, EErrAction on_error, int default_value, const list< string > *synonyms=NULL) | CConfig | |
GetString(const string &driver_name, const string ¶m_name, EErrAction on_error, const string &default_value, const list< string > *synonyms=NULL) | CConfig | |
GetString(const string &driver_name, const string ¶m_name, EErrAction on_error, const list< string > *synonyms=NULL) | CConfig | |
GetTree() const | CConfig | inline |
m_ParamTree | CConfig | protected |
operator=(const CConfig &) | CConfig | private |
TParamTree typedef | CConfig | |
TParamValue typedef | CConfig | |
x_GetString(const string &driver_name, const string ¶m_name, EErrAction on_error, const string &default_value, const list< string > *synonyms) | CConfig | protected |
~CConfig() | CConfig |