|
||
class TStreamRef;
A proxy for perfoming externalisation for classes that do not have an externalisation member.
Defined in TStreamRef
:
ExternalizeL(RWriteStream &)const
Externalises the object to the specified write stream.Function()const
Gets a pointer to the externalisation function.Ptr()const
Gets the pointer to the object to be externalised.TStreamRef(const TAny *,TExternalizeFunction)
Constructor.inline TStreamRef(const TAny *aPtr, TExternalizeFunction aFunction);
Constructor.
|
inline const TAny* Ptr() const;
Gets the pointer to the object to be externalised.
|
inline TExternalizeFunction Function() const;
Gets a pointer to the externalisation function.
|
inline void ExternalizeL(RWriteStream &aStream) const;
Externalises the object to the specified write stream.
|