PPL6-Icon Patrick's Programming Library Version 6.4.21 - Dokumentation
ppl6::CConfig Elementverzeichnis

Vollständige Aufstellung aller Elemente für ppl6::CConfig einschließlich aller geerbten Elemente.

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
currentsectionppl6::CConfigprivate
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::CConfigprivate
firstppl6::CConfigprivate
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::CConfigprivate
IsTrue(const char *value)ppl6::CConfig
isusedppl6::CConfigprivate
lastppl6::CConfigprivate
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
sectionppl6::CConfigprivate
sectionsppl6::CConfigprivate
SelectSection(const char *section)ppl6::CConfig
separatorppl6::CConfigprivate
separatorLengthppl6::CConfigprivate
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