class CParserPropertyValueAgent : public CParserPropertyValue |
An agent property value parser.
An agent property value contains information about a person who is not the main subject of the vCard. It is implemented as a vCard nested within another vCard. The agent's vCard is held in the property value of the parent vCard.
We do not support nested agents when parsing an agent's vcard.
The UID for an agent property value is KVCardPropertyAgentUid.
Public Member Functions | |
---|---|
CParserPropertyValueAgent ( CParserVCard *) | |
~CParserPropertyValueAgent () | |
IMPORT_C void | ExternalizeL ( RWriteStream &, const Versit::TEncodingAndCharset &, TInt ) |
CParserVCard * | Value () |
Protected Attributes | |
---|---|
CParserVCard * | iValue |
IMPORT_C | CParserPropertyValueAgent | ( | CParserVCard * | aValue | ) |
Constructs an agent property value, using a pointer to an agent.
Sets the property value UID to KVCardPropertyAgentUid.
CParserVCard * aValue | A pointer to the agent object to assign to the property value. The property value takes ownership of the pointer. |
IMPORT_C | ~CParserPropertyValueAgent | ( | ) |
Frees all resources owned by the property value, prior to its destruction.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream, |
const Versit::TEncodingAndCharset & | , | |||
TInt | ||||
) | [virtual] |
Externalises the agent property value to aStream.
RWriteStream & aStream | Stream to which the value should be externalised. |
const Versit::TEncodingAndCharset & | |
TInt |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.