#include <Config.h>
|
EntryMapIterator | BeginEntries () const |
|
EntryMapIterator | EndEntries () const |
|
SubConfigMapIterator | BeginSubConfigs () const |
|
SubConfigMapIterator | EndSubConfigs () const |
|
void | AddKeyValuePair (const CString &sName, const CString &sValue) |
|
bool | AddSubConfig (const CString &sTag, const CString &sName, CConfig Config) |
|
bool | FindStringVector (const CString &sName, VCString &vsList, bool bErase=true) |
|
bool | FindStringEntry (const CString &sName, CString &sRes, const CString &sDefault="") |
|
bool | FindBoolEntry (const CString &sName, bool &bRes, bool bDefault=false) |
|
bool | FindUIntEntry (const CString &sName, unsigned int &uRes, unsigned int uDefault=0) |
|
bool | FindUShortEntry (const CString &sName, unsigned short &uRes, unsigned short uDefault=0) |
|
bool | FindDoubleEntry (const CString &sName, double &fRes, double fDefault=0) |
|
bool | FindSubConfig (const CString &sName, SubConfig &Config, bool bErase=true) |
|
bool | empty () const |
|
bool | Parse (CFile &file, CString &sErrorMsg) |
|
void | Write (CFile &file, unsigned int iIndentation=0) |
|
void CConfig::AddKeyValuePair |
( |
const CString & |
sName, |
|
|
const CString & |
sValue |
|
) |
| |
|
inline |
bool CConfig::empty |
( |
| ) |
const |
|
inline |
bool CConfig::FindBoolEntry |
( |
const CString & |
sName, |
|
|
bool & |
bRes, |
|
|
bool |
bDefault = false |
|
) |
| |
|
inline |
bool CConfig::FindDoubleEntry |
( |
const CString & |
sName, |
|
|
double & |
fRes, |
|
|
double |
fDefault = 0 |
|
) |
| |
|
inline |
bool CConfig::FindStringVector |
( |
const CString & |
sName, |
|
|
VCString & |
vsList, |
|
|
bool |
bErase = true |
|
) |
| |
|
inline |
bool CConfig::FindSubConfig |
( |
const CString & |
sName, |
|
|
SubConfig & |
Config, |
|
|
bool |
bErase = true |
|
) |
| |
|
inline |
bool CConfig::FindUIntEntry |
( |
const CString & |
sName, |
|
|
unsigned int & |
uRes, |
|
|
unsigned int |
uDefault = 0 |
|
) |
| |
|
inline |
bool CConfig::FindUShortEntry |
( |
const CString & |
sName, |
|
|
unsigned short & |
uRes, |
|
|
unsigned short |
uDefault = 0 |
|
) |
| |
|
inline |
void CConfig::Write |
( |
CFile & |
file, |
|
|
unsigned int |
iIndentation = 0 |
|
) |
| |
The documentation for this class was generated from the following file: