class TAgnInstance |
Public Member Functions | |
---|---|
IMPORT_C void | ExternalizeL ( RWriteStream &) |
IMPORT_C void | InternalizeL ( RReadStream &) |
Public Attributes | |
---|---|
TUint8 | iCollectionId |
TAgnInstanceId | iId |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aWriteStream | ) | const |
Externalises an instance ID to a write stream.
The presence of this function means that the standard templated operator<<() is available to externalise objects of this class.
RWriteStream & aWriteStream | Stream to which the object should be externalised. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aReadStream | ) |
Internalises an instance ID from a read stream.
The presence of this function means that the standard templated operator>>() is available to internalise objects of this class.
RReadStream & aReadStream | Stream from which the object should be internalized |
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.