RCatalogsMessageReader Class Reference
class RCatalogsMessageReader |
Utility class for reading data from MCatalogsBaseMessages
Use CleanupClosePushL when pushing this object to cleanupstack
Basic usage:
void FunctionThatUsesAMessage( MCatalogsBaseMessage& aMessage )
{
...
RCatalogsMessageReader reader;
reader.OpenLC( aMessage );
TInt32 intFromMessage = reader().ReadInt32();
...
CleanupStack::PopAndDestroy( &reader );
...
Constructor & Destructor Documentation
RCatalogsMessageReader(const RCatalogsMessageReader &)
~RCatalogsMessageReader()
~RCatalogsMessageReader | ( | ) | [virtual] |
Member Functions Documentation
OpenL(MCatalogsBaseMessage &)
Opens the stream for reading.
Note:
This object must be Closed when it's not used anymore
OpenLC(MCatalogsBaseMessage &)
Opens the stream for reading and pushes the reader to cleanupstack
operator=(const RCatalogsMessageReader &)
Member Data Documentation
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.