EnumerateEntries(int index, std::string &name, Valuetype_t &valuetype) | SystemProperties | |
EnumerateEntries(const SectionKey_t &parent, int index, std::string &name, Valuetype_t &valuetype) | SystemProperties | |
EnumerateSections(int index, std::string &name) | SystemProperties | |
EnumerateSections(const SectionKey_t &parent, int index, std::string &name) | SystemProperties | |
ExportPropertiesIni(const char *filename) | SystemProperties | |
ExportPropertiesRegistry(const char *filename) | SystemProperties | |
GetBinaryEntry(const char *sectionName, const char *name, void *&value, size_t &length) | SystemProperties | |
GetBinaryEntry(const SectionKey_t &parent, const char *name, void *&value, size_t &length) | SystemProperties | |
GetBooleanEntry(const char *sectionName, const char *name, bool &value) | SystemProperties | |
GetBooleanEntry(const SectionKey_t &parent, const char *name, bool &value) | SystemProperties | |
GetDoubleEntry(const char *sectionName, const char *name, double &value) | SystemProperties | |
GetDoubleEntry(const SectionKey_t &parent, const char *name, double &value) | SystemProperties | |
GetIntegerEntry(const char *sectionName, const char *name, unsigned int &value) | SystemProperties | |
GetIntegerEntry(const SectionKey_t &parent, const char *name, unsigned int &value) | SystemProperties | |
GetSectionKey(const char *sectionName, SectionKey_t &key, bool createNew=false) | SystemProperties | |
GetSectionKey(const SectionKey_t &parent, const char *sectionName, SectionKey_t &key, bool createNew=false) | SystemProperties | |
GetStringEntry(const char *sectionName, const char *name, std::string &value) | SystemProperties | |
GetStringEntry(const SectionKey_t &parent, const char *name, std::string &value) | SystemProperties | |
ImportPropertiesIni(const char *filename) | SystemProperties | |
ImportPropertiesRegistry(const char *filename) | SystemProperties | |
Instance(const char *configFilename="System.config", bool registryFormat=false) | SystemProperties | [static] |
m_pInstance | SystemProperties | [protected, static] |
SectionKey_t typedef | SystemProperties | |
SetBinaryEntry(const char *sectionName, const char *name, const void *value, size_t length) | SystemProperties | |
SetBinaryEntry(const SectionKey_t &parent, const char *name, const void *value, size_t length) | SystemProperties | |
SetBooleanEntry(const char *sectionName, const char *name, bool value) | SystemProperties | |
SetBooleanEntry(const SectionKey_t &parent, const char *name, bool value) | SystemProperties | |
SetDoubleEntry(const char *sectionName, const char *name, double value) | SystemProperties | |
SetDoubleEntry(const SectionKey_t &parent, const char *name, double value) | SystemProperties | |
SetIntegerEntry(const char *sectionName, const char *name, unsigned int value) | SystemProperties | |
SetIntegerEntry(const SectionKey_t &parent, const char *name, unsigned int value) | SystemProperties | |
SetStringEntry(const char *sectionName, const char *name, const char *value) | SystemProperties | |
SetStringEntry(const SectionKey_t &parent, const char *name, const char *value) | SystemProperties | |
SystemProperties() | SystemProperties | |
Valuetype_t typedef | SystemProperties | |
~SystemProperties() | SystemProperties | [inline, virtual] |