TExternalizer Class Reference

#include <s32strm.h>

class TExternalizer
Public Member Functions
TExternalizeFunction Function()
voidoperator()(const T &, RWriteStream &)

Detailed Description

A family of classes whose instances can be used to perform externalisation on behalf of other objects.

See also: TStreamRef

Member Function Documentation

Function ( )

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().

Return Value
The externalisation function.

operator() ( const T &, RWriteStream & )

voidoperator()(const T &anObject,
RWriteStream &aStream
)const [inline]