|
OpenAB
1.0.1
|
Special implementation for VSTANDARD item of VTIMEZONE that ignores item. More...
#include <PIMCalendarItem.hpp>


Public Member Functions | |
| VStandardTimeZoneKeyValueItem () | |
| ~VStandardTimeZoneKeyValueItem () | |
| bool | processField () |
| Handler that processed contents of given fields. Can be override in child classes. More... | |
Public Member Functions inherited from OpenAB::KeyValueItem | |
| KeyValueItem () | |
| default constructor More... | |
| virtual | ~KeyValueItem () |
| bool | parse (const std::string &rawData) |
| parses item from raw data string More... | |
| std::map< std::string, std::vector< ItemField > > & | getFields () |
| Returns all fields of item. More... | |
Additional Inherited Members | |
Protected Attributes inherited from OpenAB::KeyValueItem | |
| std::string | currentLine |
| std::string | currentFieldName |
| std::string | currentFieldValue |
| std::string | currentFieldValueOriginal |
| std::map< std::string, std::vector< ItemField > > | fields |
| std::map< std::string, std::vector< SmartPtr < KeyValueItem > > > | subcomponents |
Special implementation for VSTANDARD item of VTIMEZONE that ignores item.
|
inline |
|
inline |
|
inlinevirtual |
Handler that processed contents of given fields. Can be override in child classes.
Reimplemented from OpenAB::KeyValueItem.