#include <s32strm.h>
class TStreamRef |
Public Member Functions | |
---|---|
TStreamRef(const TAny *, TExternalizeFunction) | |
void | ExternalizeL(RWriteStream &) |
TExternalizeFunction | Function() |
const TAny * | Ptr() |
A proxy for perfoming externalisation for classes that do not have an externalisation member.
TStreamRef | ( | const TAny * | aPtr, |
TExternalizeFunction | aFunction | ||
) | [inline] |
Constructor.
Parameters | |
---|---|
aPtr | A pointer to the object for which externalisation is being done. |
aFunction | The externalisation function. |
void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [inline] |
Externalises the object to the specified write stream.
Parameters | |
---|---|
aStream | The write stream. |
TExternalizeFunction | Function | ( | ) | const [inline] |
Gets a pointer to the externalisation function.
const TAny * | Ptr | ( | ) | const [inline] |
Gets the pointer to the object to be externalised.