| Add(const char *section, const char *key, const char *value) | ppl6::CConfig | |
| Add(const char *key, const char *value) | ppl6::CConfig | |
| Add(const char *key, int value) | ppl6::CConfig | |
| Add(const char *section, const char *key, int value) | ppl6::CConfig | |
| Add(const char *section, const char *key, bool value) | ppl6::CConfig | |
| CConfig() | ppl6::CConfig | |
| CConfig(const char *filename) | ppl6::CConfig | |
| CConfig(CFileObject *file) | ppl6::CConfig | |
| CreateSection(const char *section) | ppl6::CConfig | |
| currentsection | ppl6::CConfig | private |
| Delete(const char *key) | ppl6::CConfig | |
| Delete(const char *section, const char *key) | ppl6::CConfig | |
| DeleteSection(const char *section) | ppl6::CConfig | |
| FindSection(const char *sectionname) | ppl6::CConfig | private |
| first | ppl6::CConfig | private |
| FirstSection() | ppl6::CConfig | |
| Get(const char *key, const char *defaultvalue=NULL) | ppl6::CConfig | |
| Get(const char *section, const char *key, const char *defaultvalue=NULL) | ppl6::CConfig | |
| GetBool(const char *section, const char *key, bool defaultvalue=false) | ppl6::CConfig | |
| GetBool(const char *key, bool defaultvalue=false) | ppl6::CConfig | |
| GetFirst(char **key, char **value) | ppl6::CConfig | |
| GetFirst(CString *key, CString *value) | ppl6::CConfig | |
| GetInt(const char *section, const char *key, int defaultvalue=0) | ppl6::CConfig | |
| GetInt(const char *key, int defaultvalue=0) | ppl6::CConfig | |
| GetNext(char **key, char **value) | ppl6::CConfig | |
| GetNext(CString *key, CString *value) | ppl6::CConfig | |
| GetSection(const char *section) | ppl6::CConfig | |
| GetSectionName() | ppl6::CConfig | |
| Init() | ppl6::CConfig | private |
| IsTrue(const char *value) | ppl6::CConfig | |
| isused | ppl6::CConfig | private |
| last | ppl6::CConfig | private |
| Load(const char *filename,...) | ppl6::CConfig | |
| Load(CFileObject *file) | ppl6::CConfig | |
| LoadFromMemory(void *buffer, int bytes) | ppl6::CConfig | |
| LoadFromString(CString &string) | ppl6::CConfig | |
| NextSection() | ppl6::CConfig | |
| Print() | ppl6::CConfig | |
| ReadSection(const char *section, CAssocArray *a=NULL) | ppl6::CConfig | |
| Reset() | ppl6::CConfig | |
| Save(const char *filename) | ppl6::CConfig | |
| Save(CFileObject *file) | ppl6::CConfig | |
| section | ppl6::CConfig | private |
| sections | ppl6::CConfig | private |
| SelectSection(const char *section) | ppl6::CConfig | |
| separator | ppl6::CConfig | private |
| separatorLength | ppl6::CConfig | private |
| SetSeparator(const char *string) | ppl6::CConfig | |
| String2Point(const char *string, POINT *p) | ppl6::CConfig | |
| String2Rect(const char *string, RECT *r) | ppl6::CConfig | |
| Unload() | ppl6::CConfig | |
| ~CConfig() | ppl6::CConfig | |