|
Public Member Functions |
| ~CConfManager () |
std::string | getConfValue (char *szKey) const throw (CConfException) |
std::string | getConfValue (std::string strKey) const throw (CConfException) |
void | setFileName (std::string strFileName) |
void | parseConf () throw (CConfException) |
void | setArgs (int nArgs, char **pArgsValues) |
void | setArgsNames (MAP_char_string &rArgsNames) |
std::string | getString (const std::string &szKey) const throw (CConfException) |
int | getInt (const std::string &szKey) const throw (CConfException) |
char | getChar (const std::string &szKey) const throw (CConfException) |
std::string | getString (const std::string &szKey, const std::string &szDefVal) const throw (CConfException) |
int | getInt (const std::string &szKey, int nDefVal) const throw (CConfException) |
char | getChar (const std::string &szKey, char cDefVal) const throw (CConfException) |
Static Public Member Functions |
CConfManager * | Instance () |
Protected Member Functions |
| CConfManager () |