Inherits BASE::RCSerializer.
Inherited by BASE::RCIniFileSerializer.
Inheritance diagram for BASE::RCIniSerializer:


Public Member Functions | |
| RCIniSerializer (RCIniInterface &IniInterface, TSerializerMode nMode) | |
| virtual void | Reset (TSerializerMode nMode) |
| virtual TBool | Begin (TInt nType, const RCString &sKey=_T("")) |
| virtual void | End () |
| virtual void | SetValue (const RCString &sKey, const RCString &sValue) |
| virtual RCString | GetValue (const RCString &sKey, const RCString &sDefault, TBool bWriteDefault=false) |
Static Public Attributes | |
| static const RCString | LIST_SIZE_KEY_POSTFIX = _T("Count") |
Protected Types | |
| typedef stack< RSLevelInfo > | RCLevelInfoStack |
Protected Member Functions | |
| void | LevelDown (TInt nType, const RCString &sKey) |
| void | LevelUp () |
Protected Attributes | |
| RCIniInterface & | m_IniInterface |
| RCLevelInfoStack | m_LevelInfoStack |
Static Protected Attributes | |
| static const RCString | DEFAULT_LIST_ENTRY = _T("Entry") |
Classes | |
| struct | RSLevelInfo |
|
||||||||||||
|
Available in both modes. Implements BASE::RCSerializer. |
|
|
Available in both modes. Implements BASE::RCSerializer. |
|
||||||||||||||||
|
Available in read mode only. Implements BASE::RCSerializer. |
|
||||||||||||
|
Available in write mode only. Implements BASE::RCSerializer. |
1.4.6-NO