class CNSmlDataItemUidSet : public CBase |
nsmlchangefinder.lib
Public Member Functions | |
---|---|
CNSmlDataItemUidSet () | |
~CNSmlDataItemUidSet () | |
IMPORT_C TInt | AddItem ( TSmlDbItemUid ) |
IMPORT_C void | InternalizeL ( RReadStream &) |
IMPORT_C void | Reset () |
Private Member Functions | |
---|---|
void | DoExternalizeL ( RWriteStream &) |
TSmlDbItemUid | DoItemAt ( TInt ) |
TInt | DoItemCount () |
TInt | DoItemIndex ( TSmlDbItemUid ) |
Private Attributes | |
---|---|
RArray < TSmlDbItemUid > | iUidSet |
IMPORT_C TInt | AddItem | ( | TSmlDbItemUid | aItemId | ) |
Adds item to UID set.
TSmlDbItemUid aItemId |
void | DoExternalizeL | ( | RWriteStream & | aStream | ) | const [private] |
From MSmlDataItemUidSet This method externalizes class to stream.
RWriteStream & aStream |
TSmlDbItemUid | DoItemAt | ( | TInt | aIndex | ) | const [private] |
From MSmlDataItemUidSet Returns the item UID.
TInt aIndex |
TInt | DoItemCount | ( | ) | const [private] |
From MSmlDataItemUidSet Returns the number of items in the set.
TInt | DoItemIndex | ( | TSmlDbItemUid | aItemId | ) | const [private] |
From MSmlDataItemUidSet Returns the index of UID.
TSmlDbItemUid aItemId |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
This method internalizes class from stream.
RReadStream & aStream |
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.