, including all inherited members.
| CConfigSection(IConfigSection *configSectionInterface) | CConfigSection | |
| firstProperty() const | CConfigSection | |
| firstSection() const | CConfigSection | |
| get(const std::string &property) const | CConfigSection | |
| get(const std::string &property, std::string *value) const | CConfigSection | |
| get(const std::string &property, bool *value) const | CConfigSection | |
| get(const std::string &property, char *value) const | CConfigSection | |
| get(const std::string &property, unsigned char *value) const | CConfigSection | |
| get(const std::string &property, short *value) const | CConfigSection | |
| get(const std::string &property, unsigned short *value) const | CConfigSection | |
| get(const std::string &property, int *value) const | CConfigSection | |
| get(const std::string &property, unsigned int *value) const | CConfigSection | |
| get(const std::string &property, long *value) const | CConfigSection | |
| get(const std::string &property, unsigned long *value) const | CConfigSection | |
| get(const std::string &property, long long *value) const | CConfigSection | |
| get(const std::string &property, unsigned long long *value) const | CConfigSection | |
| get(const std::string &property, float *value) const | CConfigSection | |
| get(const std::string &property, double *value) const | CConfigSection | |
| get(const std::string &property, COptionBool *value) const | CConfigSection | |
| get(const std::string &property, COptionInt *value) const | CConfigSection | |
| get(const std::string &property, COptionDouble *value) const | CConfigSection | |
| get(const std::string &property, COptionChar *value) const | CConfigSection | |
| get(const std::string &property, COptionByte *value) const | CConfigSection | |
| get(const std::string &property, COptionWord *value) const | CConfigSection | |
| get(const std::string &property, std::string *value, std::string preset) const | CConfigSection | |
| get(const std::string &property, bool *value, bool preset) const | CConfigSection | |
| get(const std::string &property, char *value, char preset) const | CConfigSection | |
| get(const std::string &property, unsigned char *value, unsigned char preset) const | CConfigSection | |
| get(const std::string &property, short *value, short preset) const | CConfigSection | |
| get(const std::string &property, unsigned short *value, unsigned short preset) const | CConfigSection | |
| get(const std::string &property, int *value, int preset) const | CConfigSection | |
| get(const std::string &property, unsigned int *value, unsigned int preset) const | CConfigSection | |
| get(const std::string &property, long *value, long preset) const | CConfigSection | |
| get(const std::string &property, unsigned long *value, unsigned long preset) const | CConfigSection | |
| get(const std::string &property, long long *value, long long preset) const | CConfigSection | |
| get(const std::string &property, unsigned long long *value, unsigned long long preset) const | CConfigSection | |
| get(const std::string &property, float *value, float preset) const | CConfigSection | |
| get(const std::string &property, double *value, double preset) const | CConfigSection | |
| getArray(const std::string &property, CConfigPropertyArray *array) const | CConfigSection | |
| getArray(const std::string &property, double *array, unsigned int maxNumElements) const | CConfigSection | |
| has(const std::string &property) const | CConfigSection | |
| hasSection(const std::string §ion) const | CConfigSection | |
| isNull() const | CConfigSection | |
| mIConfigSection | CConfigSection | [protected] |
| name() const | CConfigSection | |
| nextSection() const | CConfigSection | |
| nextSimilarSection() const | CConfigSection | |
| operator bool() const | CConfigSection | [inline] |
| parent() const | CConfigSection | |
| section(const std::string §ion) const | CConfigSection | |
| ~CConfigSection() | CConfigSection | |