OWLNext 7.0
Borland's Object Windows Library for the modern age
|
This is the complete list of members for owl::TProfile, including all inherited members.
FileName | owl::TProfile | protected |
Flush() | owl::TProfile | |
GetInt(LPCTSTR key, int defaultInt=0) | owl::TProfile | |
GetInt(const tstring &key, int defaultInt=0) | owl::TProfile | inline |
GetString(LPCTSTR key, TCHAR *buff, unsigned buffSize, LPCTSTR defaultString=0) | owl::TProfile | |
GetString(const tstring &key, TCHAR *buff, unsigned buffSize, const tstring &defaultString=tstring()) | owl::TProfile | inline |
GetString(const tstring &key, const tstring &defaultString=tstring()) | owl::TProfile | |
Init(LPCTSTR section, LPCTSTR filename) | owl::TProfile | protected |
Section | owl::TProfile | protected |
TProfile(LPCTSTR section, LPCTSTR filename=0) | owl::TProfile | |
TProfile(const tstring §ion, const tstring &filename=tstring()) | owl::TProfile | |
WriteInt(LPCTSTR key, int value) | owl::TProfile | |
WriteInt(const tstring &key, int value) | owl::TProfile | inline |
WriteString(LPCTSTR key, LPCTSTR str) | owl::TProfile | |
WriteString(const tstring &key, LPCTSTR str) | owl::TProfile | inline |
WriteString(const tstring &key, const tstring &str) | owl::TProfile | inline |
~TProfile() | owl::TProfile |