OWLNext 7.0
Borland's Object Windows Library for the modern age
|
This is the complete list of members for owl::TMemConfigFile, including all inherited members.
BoolToString(bool val) | owl::TConfigFile | protectedstatic |
DefaultPrecision | owl::TConfigFile | protectedstatic |
EraseEntry(LPCTSTR section, LPCTSTR entry) | owl::TMemConfigFile | virtual |
EraseEntry(LPCTSTR section, LPCTSTR entry)=0 | owl::TMemConfigFile | virtual |
EraseEntry(const tstring §ion, const tstring &entry) | owl::TMemConfigFile | inline |
EraseSection(LPCTSTR section) | owl::TMemConfigFile | virtual |
EraseSection(LPCTSTR section)=0 | owl::TMemConfigFile | virtual |
EraseSection(const tstring §ion) | owl::TMemConfigFile | inline |
FileName | owl::TConfigFile | protected |
Flush() | owl::TMemConfigFile | |
GetFileName() const | owl::TConfigFile | inline |
GetPrecision() | owl::TConfigFile | inlinestatic |
LoadFromFile() | owl::TMemConfigFile | |
LoadValues(const TConfigFile &file) | owl::TMemConfigFile | 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::TConfigFile | virtual |
ReadData(const tstring §ion, const tstring &entry, void *buffer, uint size) const | owl::TConfigFile | 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::TMemConfigFile | virtual |
ReadSection(LPCTSTR section, TCHAR *buffer, uint bufSize) const=0 | owl::TMemConfigFile | virtual |
ReadSection(const tstring §ion, tstring &buffer) const | owl::TMemConfigFile | |
ReadSections(TCHAR *buffer, uint bufSize) const | owl::TMemConfigFile | virtual |
ReadSections(TCHAR *sections, uint bufSize) const=0 | owl::TMemConfigFile | virtual |
ReadSections(tstring §ions) const | owl::TMemConfigFile | |
ReadSize(LPCTSTR section, LPCTSTR entry, TSize &sz) const | owl::TConfigFile | inline |
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::TMemConfigFile | virtual |
ReadString(LPCTSTR section, LPCTSTR entry, TCHAR *buffer, uint bufSize, LPCTSTR defstr=0) const=0 | owl::TMemConfigFile | virtual |
ReadString(const tstring §ion, const tstring &entry, tstring &buffer, LPCTSTR defstr=0) const | owl::TMemConfigFile | |
ReadString(const tstring §ion, const tstring &entry, tstring &buffer, const tstring &defstr) const | owl::TMemConfigFile | 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 |
TMemConfigFile(const tstring &name) | owl::TMemConfigFile | |
UpdateFile() | owl::TMemConfigFile | 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::TConfigFile | virtual |
WriteData(const tstring §ion, const tstring &entry, void *buffer, uint size) | owl::TConfigFile | 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::TMemConfigFile | virtual |
WriteString(LPCTSTR section, LPCTSTR entry, LPCTSTR value)=0 | owl::TMemConfigFile | virtual |
WriteString(const tstring §ion, const tstring &entry, const tstring &value) | owl::TMemConfigFile | 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 |
~TMemConfigFile() | owl::TMemConfigFile | virtual |