Inherited by BASE::RCIniFile.
Inheritance diagram for BASE::RCIniInterface:


Public Member Functions | |
| virtual void | SetSection (const RCString &sSection)=0 |
| virtual void | SetValue (const RCString &sKey, const RCString &sValue)=0 |
| virtual RCString | GetValue (const RCString &sKey, const RCString &sDefault, TBool bWriteDefault=false)=0 |
Static Public Member Functions | |
| static RCString | CreateKey (const RCString &sKey, const RCString &sSubKey) |
Static Public Attributes | |
| static const RCString | GLOBAL_SECTION = _T("") |
| static const RCString | DEFAULT_KEY = _T("Value") |
Static Protected Attributes | |
| static RCIniInterface * | m_pGlobalIniInterface |
1.4.6-NO