HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Config Member List

This is the complete list of members for Config, including all inherited members.

Config(char *fName)Config
getAsBool(const char *sectionName, const char *paramName, bool &value, bool defValue)Config
getAsDouble(const char *sectionName, const char *paramName, double &value, double defValue)Config
getAsInt(const char *sectionName, const char *paramName, int &value, int defValue)Config
getAsInt64(const char *sectionName, const char *paramName, u_int64_t &value, u_int64_t defValue)Config
getAsString(const char *sectionName, const char *paramName, char *&value, const char *defValue)Config
getAsUnsigned(const char *sectionName, const char *paramName, unsigned int &value, unsigned int defValue)Config
isConfigExist()Config
print()Config
readSection(const char *sectionName, char **&values, int &size)Config
~Config()Config