#include <s32strm.h>
| class TExternalizer | 
| Public Member Functions | |
|---|---|
| TExternalizeFunction | Function() | 
| void | operator()(const T &, RWriteStream &) | 
A family of classes whose instances can be used to perform externalisation on behalf of other objects.
See also: TStreamRef
| TExternalizeFunction | Function | ( | ) | [static, inline] | 
Gets a pointer to the function to be used to perform externalisation.
The implementation is the private, static member of this class, ExternalizeAsL().
| void | operator() | ( | const T & | anObject, | 
| RWriteStream & | aStream | |||
| ) | const [inline] | |||