![]() |
MapLink Pro 11.1.2.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This is the complete list of members for TSLProfileHelper, including all inherited members.
clearCache() | TSLProfileHelper | static |
flushProfileStrings() | TSLProfileHelper | static |
getDefaultFilename(TSLSimpleString &filename) | TSLProfileHelper | static |
getDefaultSection(TSLSimpleString §ion) | TSLProfileHelper | static |
lookupProfile(const char *filename, const char *section, const char *keyword, char *value, int valueSize, const char *defValue="", int count=-1) | TSLProfileHelper | static |
lookupProfile(const char *filename, const char *section, const char *keyword, int *value, const int defValue=0, int count=-1) | TSLProfileHelper | static |
lookupProfile(const char *filename, const char *section, const char *keyword, double *value, const double defValue=0.0, int count=-1) | TSLProfileHelper | static |
lookupProfile(const char *filename, const char *section, const char *keyword, TSLULong *value, TSLULong defValue=0, int count=-1) | TSLProfileHelper | static |
lookupProfile(const char *keyword, char *value, int valueSize, const char *defValue="", int count=-1) | TSLProfileHelper | static |
lookupProfile(const char *keyword, int *value, const int defValue=0, int count=-1) | TSLProfileHelper | static |
lookupProfile(const char *keyword, double *value, const double defValue=0.0, int count=-1) | TSLProfileHelper | static |
lookupProfile(const char *keyword, TSLULong *value, TSLULong defValue=0, int count=-1) | TSLProfileHelper | static |
profileWriteMode(TSLProfileWriteMode writeMode) | TSLProfileHelper | static |
sectionExists(const char *filename, const char *section) | TSLProfileHelper | static |
setDefaultFilename(const char *filename) | TSLProfileHelper | static |
setDefaultSection(const char *section) | TSLProfileHelper | static |
writeProfile(const char *filename, const char *section, const char *keyword, int value, int count=-1) | TSLProfileHelper | static |
writeProfile(const char *filename, const char *section, const char *keyword, const char *value, int count=-1) | TSLProfileHelper | static |
writeProfile(const char *filename, const char *section, const char *keyword, double value, int count=-1) | TSLProfileHelper | static |
writeProfile(const char *filename, const char *section, const char *keyword, TSLULong value, int count=-1) | TSLProfileHelper | static |