class CParserPropertyValueInt : public CParserPropertyValue |
An integer property value parser.
This stores a property value as a signed integer. For example, an employee ID number might be stored using this class.
The UID for an integer property value is KVersitPropertyIntUid.
Public Member Functions | |
---|---|
CParserPropertyValueInt ( TInt ) | |
IMPORT_C void | ExternalizeL ( RWriteStream &, const Versit::TEncodingAndCharset &, TInt ) |
TInt | Value () |
Protected Attributes | |
---|---|
TInt | iValue |
IMPORT_C | CParserPropertyValueInt | ( | TInt | aValue | ) |
Constructs the property value with a signed integer.
Sets the property value's UID to KVersitPropertyIntUid.
TInt aValue | A signed integer value. |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream, |
const Versit::TEncodingAndCharset & | aEncodingCharset, | |||
TInt | ||||
) | [virtual] |
Externalizes the integer property value to aStream.
RWriteStream & aStream | Stream to which the value is to be externalised |
const Versit::TEncodingAndCharset & aEncodingCharset | Specifies the character set and encoding information. Not used by this function. |
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.