|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
This is the complete list of members for owl::TIniConfigFile, including all inherited members.
| BoolToString(bool val) | owl::TConfigFile | protectedstatic |
| DefaultPrecision | owl::TConfigFile | protectedstatic |
| EraseEntry(LPCTSTR section, LPCTSTR entry) | owl::TIniConfigFile | virtual |
| EraseEntry(LPCTSTR section, LPCTSTR entry)=0 | owl::TIniConfigFile | virtual |
| EraseEntry(const tstring §ion, const tstring &entry) | owl::TIniConfigFile | inline |
| EraseSection(LPCTSTR section) | owl::TIniConfigFile | virtual |
| EraseSection(LPCTSTR section)=0 | owl::TIniConfigFile | virtual |
| EraseSection(const tstring §ion) | owl::TIniConfigFile | inline |
| FileName | owl::TConfigFile | protected |
| GetFileName() const | owl::TConfigFile | inline |
| GetPrecision() | owl::TConfigFile | inlinestatic |
| LoadValues(const TConfigFile &file) | owl::TConfigFile | virtual |
| ReadBool(LPCTSTR section, LPCTSTR entry, bool defval=false) const | owl::TConfigFile | |
| ReadBool(const tstring §ion, const tstring &entry, bool defval=false) const | owl::TConfigFile | inline |
| ReadColor(LPCTSTR section, LPCTSTR entry, TColor &color) const | owl::TConfigFile | |
| ReadColor(const tstring §ion, const tstring &entry, TColor &color) const | owl::TConfigFile | inline |
| ReadData(LPCTSTR section, LPCTSTR entry, void *buffer, uint size) const | owl::TIniConfigFile | virtual |
| ReadData(LPCTSTR section, LPCTSTR entry, void *buffer, uint size) const | owl::TIniConfigFile | virtual |
| ReadData(const tstring §ion, const tstring &entry, void *buffer, uint size) const | owl::TIniConfigFile | inline |
| ReadDate(LPCTSTR section, LPCTSTR entry, TDate &value) const | owl::TConfigFile | |
| ReadDate(const tstring §ion, const tstring &entry, TDate &value) const | owl::TConfigFile | inline |
| ReadDouble(LPCTSTR section, LPCTSTR entry, double defval=0.0) const | owl::TConfigFile | |
| ReadDouble(const tstring §ion, const tstring &entry, double defval=0.0) const | owl::TConfigFile | inline |
| ReadFont(LPCTSTR section, LPCTSTR entry, LOGFONT &font) const | owl::TConfigFile | |
| ReadFont(const tstring §ion, const tstring &entry, LOGFONT &font) const | owl::TConfigFile | inline |
| ReadInteger(LPCTSTR section, LPCTSTR entry, int defint=0) const | owl::TConfigFile | virtual |
| ReadInteger(const tstring §ion, const tstring &entry, int defint=0) const | owl::TConfigFile | inline |
| ReadPoint(LPCTSTR section, LPCTSTR entry, TPoint &val) const | owl::TConfigFile | |
| ReadPoint(const tstring §ion, const tstring &entry, TPoint &val) const | owl::TConfigFile | inline |
| ReadRect(LPCTSTR section, LPCTSTR entry, TRect &val) const | owl::TConfigFile | |
| ReadRect(const tstring §ion, const tstring &entry, TRect &val) const | owl::TConfigFile | inline |
| ReadSection(LPCTSTR section, TCHAR *buffer, uint bufSize) const | owl::TIniConfigFile | virtual |
| ReadSection(LPCTSTR section, TCHAR *buffer, uint bufSize) const=0 | owl::TIniConfigFile | virtual |
| ReadSection(const tstring §ion, tstring &buffer) const | owl::TIniConfigFile | |
| ReadSections(TCHAR *buffer, uint bufSize) const | owl::TIniConfigFile | virtual |
| ReadSections(TCHAR *sections, uint bufSize) const=0 | owl::TIniConfigFile | virtual |
| ReadSections(tstring §ions) const | owl::TIniConfigFile | |
| ReadSize(LPCTSTR section, LPCTSTR entry, TSize &sz) const | owl::TConfigFile | |
| ReadSize(const tstring §ion, const tstring &entry, TSize &sz) const | owl::TConfigFile | inline |
| ReadString(LPCTSTR section, LPCTSTR entry, TCHAR *buffer, uint bufSize, LPCTSTR defstr=0) const | owl::TIniConfigFile | virtual |
| ReadString(LPCTSTR section, LPCTSTR entry, TCHAR *buffer, uint bufSize, LPCTSTR defstr=0) const=0 | owl::TIniConfigFile | virtual |
| ReadString(const tstring §ion, const tstring &entry, tstring &buffer, LPCTSTR defstr=0) const | owl::TIniConfigFile | |
| ReadString(const tstring §ion, const tstring &entry, tstring &buffer, const tstring &defstr) const | owl::TIniConfigFile | inline |
| ReadSystemTime(LPCTSTR section, LPCTSTR entry, TSystemTime &val) const | owl::TConfigFile | |
| ReadSystemTime(const tstring §ion, const tstring &entry, TSystemTime &val) const | owl::TConfigFile | inline |
| ReadTime(LPCTSTR section, LPCTSTR entry, TTime &val) const | owl::TConfigFile | |
| ReadTime(const tstring §ion, const tstring &entry, TTime &val) const | owl::TConfigFile | inline |
| SectionExists(LPCTSTR section) const | owl::TConfigFile | virtual |
| SectionExists(const tstring §ion) const | owl::TConfigFile | inline |
| SetPrecision(int newprec=-1) | owl::TConfigFile | inlinestatic |
| StringToBool(LPCTSTR str, bool *val) | owl::TConfigFile | protectedstatic |
| TConfigFile(const tstring &name) | owl::TConfigFile | inline |
| TIniConfigFile(const tstring &name) | owl::TIniConfigFile | inline |
| UpdateFile() | owl::TIniConfigFile | virtual |
| WriteBool(LPCTSTR section, LPCTSTR entry, bool val) | owl::TConfigFile | |
| WriteBool(const tstring §ion, const tstring &entry, bool val) | owl::TConfigFile | inline |
| WriteColor(LPCTSTR section, LPCTSTR entry, const TColor &clr) | owl::TConfigFile | |
| WriteColor(const tstring §ion, const tstring &entry, const TColor &clr) | owl::TConfigFile | inline |
| WriteData(LPCTSTR section, LPCTSTR entry, void *buffer, uint size) | owl::TIniConfigFile | virtual |
| WriteData(LPCTSTR section, LPCTSTR entry, void *buffer, uint size) | owl::TIniConfigFile | virtual |
| WriteData(const tstring §ion, const tstring &entry, void *buffer, uint size) | owl::TIniConfigFile | inline |
| WriteDate(LPCTSTR section, LPCTSTR entry, const TDate &val) | owl::TConfigFile | |
| WriteDate(const tstring §ion, const tstring &entry, const TDate &val) | owl::TConfigFile | inline |
| WriteDouble(LPCTSTR section, LPCTSTR entry, double value) | owl::TConfigFile | |
| WriteDouble(const tstring §ion, const tstring &entry, double value) | owl::TConfigFile | inline |
| WriteFont(LPCTSTR section, LPCTSTR entry, const LOGFONT &font) | owl::TConfigFile | |
| WriteFont(const tstring §ion, const tstring &entry, const LOGFONT &font) | owl::TConfigFile | inline |
| WriteInteger(LPCTSTR section, LPCTSTR entry, int value) | owl::TConfigFile | virtual |
| WriteInteger(const tstring §ion, const tstring &entry, int value) | owl::TConfigFile | inline |
| WritePoint(LPCTSTR section, LPCTSTR entry, const TPoint &point) | owl::TConfigFile | |
| WritePoint(const tstring §ion, const tstring &entry, const TPoint &point) | owl::TConfigFile | inline |
| WriteRect(LPCTSTR section, LPCTSTR entry, const TRect &rc) | owl::TConfigFile | |
| WriteRect(const tstring §ion, const tstring &entry, const TRect &rc) | owl::TConfigFile | inline |
| WriteSize(LPCTSTR section, LPCTSTR entry, const TSize &size) | owl::TConfigFile | |
| WriteSize(const tstring §ion, const tstring &entry, const TSize &size) | owl::TConfigFile | inline |
| WriteString(LPCTSTR section, LPCTSTR entry, LPCTSTR value) | owl::TIniConfigFile | virtual |
| WriteString(LPCTSTR section, LPCTSTR entry, LPCTSTR value)=0 | owl::TIniConfigFile | virtual |
| WriteString(const tstring §ion, const tstring &entry, const tstring &value) | owl::TIniConfigFile | inline |
| WriteSystemTime(LPCTSTR section, LPCTSTR entry, const TSystemTime &val) | owl::TConfigFile | |
| WriteSystemTime(const tstring §ion, const tstring &entry, const TSystemTime &val) | owl::TConfigFile | inline |
| WriteTime(LPCTSTR section, LPCTSTR entry, TTime &val) | owl::TConfigFile | |
| WriteTime(const tstring §ion, const tstring &entry, TTime &val) | owl::TConfigFile | inline |
| ~TConfigFile() | owl::TConfigFile | inlinevirtual |
| ~TIniConfigFile() | owl::TIniConfigFile | inlinevirtual |