MVPbkStreamable Class Reference
#include
<app/MVPbkStreamable.h>
Detailed Description
An interface for objects that can be written into stream.
Constructor & Destructor Documentation
~MVPbkStreamable ( )
~MVPbkStreamable | ( | ) | [protected, inline, virtual] |
Member Function Documentation
ExternalizeL ( RWriteStream & )
Outputs this objects state to aStream.
Parameter | Description | aStream | A stream for writing the object state. |
ExternalizedSize ( )
TInt
| ExternalizedSize | ( | ) | const [pure virtual] |
Returns the externalized size of the object in bytes.
Returns: The externalized size of the object.
StreamableExtension ( TUid )
TAny * | StreamableExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
Returns: An extension point for this interface or NULL.