TInternalizer Class Reference

#include <s32strm.h>

class TInternalizer
Public Member Functions
TInternalizeFunction Function()
voidoperator()(T &, RReadStream &)

Detailed Description

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

Member Function Documentation

Function ( )

TInternalizeFunction Function()[static, inline]

Gets a pointer to the function to be used to perform internalisation.

The implementation is the private, static member of this class, InternalizeAsL().

Return Value
The internalisation function.

operator() ( T &, RReadStream & )

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