OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TMemConfigFile Member List

This is the complete list of members for owl::TMemConfigFile, including all inherited members.

BoolToString(bool val)owl::TConfigFileprotectedstatic
DefaultPrecisionowl::TConfigFileprotectedstatic
EraseEntry(LPCTSTR section, LPCTSTR entry)owl::TMemConfigFilevirtual
EraseEntry(LPCTSTR section, LPCTSTR entry)=0owl::TMemConfigFilevirtual
EraseEntry(const tstring &section, const tstring &entry)owl::TMemConfigFileinline
EraseSection(LPCTSTR section)owl::TMemConfigFilevirtual
EraseSection(LPCTSTR section)=0owl::TMemConfigFilevirtual
EraseSection(const tstring &section)owl::TMemConfigFileinline
FileNameowl::TConfigFileprotected
Flush()owl::TMemConfigFile
GetFileName() constowl::TConfigFileinline
GetPrecision()owl::TConfigFileinlinestatic
LoadFromFile()owl::TMemConfigFile
LoadValues(const TConfigFile &file)owl::TMemConfigFilevirtual
ReadBool(LPCTSTR section, LPCTSTR entry, bool defval=false) constowl::TConfigFile
ReadBool(const tstring &section, const tstring &entry, bool defval=false) constowl::TConfigFileinline
ReadColor(LPCTSTR section, LPCTSTR entry, TColor &color) constowl::TConfigFile
ReadColor(const tstring &section, const tstring &entry, TColor &color) constowl::TConfigFileinline
ReadData(LPCTSTR section, LPCTSTR entry, void *buffer, uint size) constowl::TConfigFilevirtual
ReadData(const tstring &section, const tstring &entry, void *buffer, uint size) constowl::TConfigFileinline
ReadDate(LPCTSTR section, LPCTSTR entry, TDate &value) constowl::TConfigFile
ReadDate(const tstring &section, const tstring &entry, TDate &value) constowl::TConfigFileinline
ReadDouble(LPCTSTR section, LPCTSTR entry, double defval=0.0) constowl::TConfigFile
ReadDouble(const tstring &section, const tstring &entry, double defval=0.0) constowl::TConfigFileinline
ReadFont(LPCTSTR section, LPCTSTR entry, LOGFONT &font) constowl::TConfigFile
ReadFont(const tstring &section, const tstring &entry, LOGFONT &font) constowl::TConfigFileinline
ReadInteger(LPCTSTR section, LPCTSTR entry, int defint=0) constowl::TConfigFilevirtual
ReadInteger(const tstring &section, const tstring &entry, int defint=0) constowl::TConfigFileinline
ReadPoint(LPCTSTR section, LPCTSTR entry, TPoint &val) constowl::TConfigFile
ReadPoint(const tstring &section, const tstring &entry, TPoint &val) constowl::TConfigFileinline
ReadRect(LPCTSTR section, LPCTSTR entry, TRect &val) constowl::TConfigFile
ReadRect(const tstring &section, const tstring &entry, TRect &val) constowl::TConfigFileinline
ReadSection(LPCTSTR section, TCHAR *buffer, uint bufSize) constowl::TMemConfigFilevirtual
ReadSection(LPCTSTR section, TCHAR *buffer, uint bufSize) const=0owl::TMemConfigFilevirtual
ReadSection(const tstring &section, tstring &buffer) constowl::TMemConfigFile
ReadSections(TCHAR *buffer, uint bufSize) constowl::TMemConfigFilevirtual
ReadSections(TCHAR *sections, uint bufSize) const=0owl::TMemConfigFilevirtual
ReadSections(tstring &sections) constowl::TMemConfigFile
ReadSize(LPCTSTR section, LPCTSTR entry, TSize &sz) constowl::TConfigFileinline
ReadSize(const tstring &section, const tstring &entry, TSize &sz) constowl::TConfigFileinline
ReadString(LPCTSTR section, LPCTSTR entry, TCHAR *buffer, uint bufSize, LPCTSTR defstr=0) constowl::TMemConfigFilevirtual
ReadString(LPCTSTR section, LPCTSTR entry, TCHAR *buffer, uint bufSize, LPCTSTR defstr=0) const=0owl::TMemConfigFilevirtual
ReadString(const tstring &section, const tstring &entry, tstring &buffer, LPCTSTR defstr=0) constowl::TMemConfigFile
ReadString(const tstring &section, const tstring &entry, tstring &buffer, const tstring &defstr) constowl::TMemConfigFileinline
ReadSystemTime(LPCTSTR section, LPCTSTR entry, TSystemTime &val) constowl::TConfigFile
ReadSystemTime(const tstring &section, const tstring &entry, TSystemTime &val) constowl::TConfigFileinline
ReadTime(LPCTSTR section, LPCTSTR entry, TTime &val) constowl::TConfigFile
ReadTime(const tstring &section, const tstring &entry, TTime &val) constowl::TConfigFileinline
SectionExists(LPCTSTR section) constowl::TConfigFilevirtual
SectionExists(const tstring &section) constowl::TConfigFileinline
SetPrecision(int newprec=-1)owl::TConfigFileinlinestatic
StringToBool(LPCTSTR str, bool *val)owl::TConfigFileprotectedstatic
TConfigFile(const tstring &name)owl::TConfigFileinline
TMemConfigFile(const tstring &name)owl::TMemConfigFile
UpdateFile()owl::TMemConfigFilevirtual
WriteBool(LPCTSTR section, LPCTSTR entry, bool val)owl::TConfigFile
WriteBool(const tstring &section, const tstring &entry, bool val)owl::TConfigFileinline
WriteColor(LPCTSTR section, LPCTSTR entry, const TColor &clr)owl::TConfigFile
WriteColor(const tstring &section, const tstring &entry, const TColor &clr)owl::TConfigFileinline
WriteData(LPCTSTR section, LPCTSTR entry, void *buffer, uint size)owl::TConfigFilevirtual
WriteData(const tstring &section, const tstring &entry, void *buffer, uint size)owl::TConfigFileinline
WriteDate(LPCTSTR section, LPCTSTR entry, const TDate &val)owl::TConfigFile
WriteDate(const tstring &section, const tstring &entry, const TDate &val)owl::TConfigFileinline
WriteDouble(LPCTSTR section, LPCTSTR entry, double value)owl::TConfigFile
WriteDouble(const tstring &section, const tstring &entry, double value)owl::TConfigFileinline
WriteFont(LPCTSTR section, LPCTSTR entry, const LOGFONT &font)owl::TConfigFile
WriteFont(const tstring &section, const tstring &entry, const LOGFONT &font)owl::TConfigFileinline
WriteInteger(LPCTSTR section, LPCTSTR entry, int value)owl::TConfigFilevirtual
WriteInteger(const tstring &section, const tstring &entry, int value)owl::TConfigFileinline
WritePoint(LPCTSTR section, LPCTSTR entry, const TPoint &point)owl::TConfigFile
WritePoint(const tstring &section, const tstring &entry, const TPoint &point)owl::TConfigFileinline
WriteRect(LPCTSTR section, LPCTSTR entry, const TRect &rc)owl::TConfigFile
WriteRect(const tstring &section, const tstring &entry, const TRect &rc)owl::TConfigFileinline
WriteSize(LPCTSTR section, LPCTSTR entry, const TSize &size)owl::TConfigFile
WriteSize(const tstring &section, const tstring &entry, const TSize &size)owl::TConfigFileinline
WriteString(LPCTSTR section, LPCTSTR entry, LPCTSTR value)owl::TMemConfigFilevirtual
WriteString(LPCTSTR section, LPCTSTR entry, LPCTSTR value)=0owl::TMemConfigFilevirtual
WriteString(const tstring &section, const tstring &entry, const tstring &value)owl::TMemConfigFileinline
WriteSystemTime(LPCTSTR section, LPCTSTR entry, const TSystemTime &val)owl::TConfigFile
WriteSystemTime(const tstring &section, const tstring &entry, const TSystemTime &val)owl::TConfigFileinline
WriteTime(LPCTSTR section, LPCTSTR entry, TTime &val)owl::TConfigFile
WriteTime(const tstring &section, const tstring &entry, TTime &val)owl::TConfigFileinline
~TConfigFile()owl::TConfigFileinlinevirtual
~TMemConfigFile()owl::TMemConfigFilevirtual