CParserPropertyValueAgent Class Reference

#include <app/vcard.h>

Link against: vcard.lib

class CParserPropertyValueAgent : public CParserPropertyValue

Inherits from

Detailed Description

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.

Member Attribute Documentation

iValue

CParserVCard *iValue[protected]

Constructor & Destructor Documentation

CParserPropertyValueAgent ( CParserVCard * )

IMPORT_CCParserPropertyValueAgent(CParserVCard *aValue)

Constructs an agent property value, using a pointer to an agent.

Sets the property value UID to KVCardPropertyAgentUid.

ParameterDescription
aValueA pointer to the agent object to assign to the property value. The property value takes ownership of the pointer.

~CParserPropertyValueAgent ( )

IMPORT_C~CParserPropertyValueAgent()

Frees all resources owned by the property value, prior to its destruction.

Member Function Documentation

ExternalizeL ( RWriteStream &, const Versit::TEncodingAndCharset &, TInt )

IMPORT_C voidExternalizeL(RWriteStream &aStream,
const Versit::TEncodingAndCharset &,
TInt
)[virtual]

Externalises the agent property value to aStream.

ParameterDescription
aStreamStream to which the value should be externalised.

Value ( )

CParserVCard *Value()const [inline]

Gets the agent object owned by the property value.

Returns: A pointer to the agent property value.