Location:
vprop.h
Link against: versit.lib
CParserPropertyValueInt
Supported from 5.0
A property value which is stored using a signed integer. For example, a priority property value in a vCalendar might be stored using this class.
To find out the property value type, use Uid()
defined
in the base class CParserPropertyValue
. A signed integer property
UID has the value KVersitPropertyIntUid
.
The class defines an ExternalizeL()
function which has
not been documented. It is invoked by the parser's ExternalizeL()
function.
|
Defined in CParserPropertyValueInt
:
CParserPropertyValueInt()
, Value()
Inherited from CBase
:
operator new()
Inherited from CParserPropertyValue
:
EncodeL()
,
ExternalizeL()
,
IsAsciiCharacterSetSufficient()
,
SupportsInterface()
,
Uid()
CParserPropertyValueInt(TInt& aValue);
Constructs the property value with a signed integer. Sets the
property value’s UID to KVersitPropertyIntUid
.
|
TInt Value() const;
Gets the signed integer property value.
|