Location:
vprop.h
Link against: versit.lib
CParserPropertyValueCDesCArray
Supported from 5.0
A property value stored in an array of descriptors. For instance, a postal address in a vCard might be stored using this class.
To find out the property value type, use Uid() defined
in the base class CParserPropertyValue. A descriptor array
property UID has the value KVersitPropertyCDesCArrayUid.
|
Defined in CParserPropertyValueCDesCArray:
CParserPropertyValueCDesCArray(), IsAsciiCharacterSetSufficient(), IsPresent(), Value(), ~CParserPropertyValueCDesCArray()
Inherited from CBase:
operator new()
Inherited from CParserPropertyValue:
EncodeL(),
ExternalizeL(),
SupportsInterface(),
Uid()
CParserPropertyValueCDesCArray(CDesCArray* aValue);
Constructs a new CParserPropertyValueCDesCArray
with a CDesCArray pointer. Sets the property value’s UID to
KVersitPropertyCDesCArrayUid.
|
~CParserPropertyValueCDesCArray();
Frees all resources owned by the property value array, prior to its destruction.
TBool IsPresent(const TDesC& aValue) const;
Tests whether a specified descriptor is present in the array of descriptors owned by the property value object.
|
|
CDesCArray* Value() const;
Gets the property value.
|
virtual TBool IsAsciiCharacterSetSufficient();
Supported from 5.1
Tests whether the property value can be represented using the ASCII character set.
|