ConfigImpl Member List
This is the complete list of members for
ConfigImpl, including all inherited members.
| Config class | ConfigImpl | [friend] |
| ConfigImpl() | ConfigImpl | |
| ConfigInterface() | ConfigInterface | [inline] |
| Get(const std::string &name, std::string &value) | ConfigImpl | [virtual] |
| Get(const std::string &name, int &value) | ConfigImpl | [virtual] |
| Get(const std::string &name, bool &value) | ConfigImpl | [virtual] |
| Get(const std::string &name, std::list< std::string > &value) | ConfigImpl | |
| Get(const std::string &name, std::list< int > &value) | ConfigImpl | |
| GetAsString() | ConfigImpl | [virtual] |
| IsLoaded() | ConfigImpl | [virtual] |
| Load(std::string file) | ConfigImpl | [virtual] |
| Lock() | Mutex | [protected] |
| Mutex(enum MutexType _type=NORMAL_MUTEX) | Mutex | [protected] |
| Mutex(const Mutex &m) | Mutex | [protected] |
| Parse(std::string line) | ConfigImpl | [virtual] |
| ParseShellArgs(int argc, char **argv) | ConfigImpl | [virtual] |
| SetBool(std::string name, const bool &value) | ConfigImpl | [virtual] |
| SetDefaultBool(const std::string &name, const bool &value) | ConfigImpl | [virtual] |
| SetDefaultInt(const std::string &name, const int &value) | ConfigImpl | [virtual] |
| SetDefaultString(const std::string &name, const std::string &value) | ConfigImpl | [virtual] |
| SetInt(std::string name, const int &value) | ConfigImpl | [virtual] |
| SetIntList(std::string name, const std::list< int > &value) | ConfigImpl | |
| SetString(std::string name, const std::string &value) | ConfigImpl | [virtual] |
| SetStringList(std::string name, const std::list< std::string > &value) | ConfigImpl | |
| TryLock() | Mutex | [protected] |
| Unlock() | Mutex | [protected] |
| ~ConfigInterface() | ConfigInterface | [inline, virtual] |
| ~Mutex() | Mutex | [protected] |