TInternalizer< TAny > Class Template Reference

#include <s32strm.h>

template <>
class TInternalizer< TAny >

Detailed Description

A specific instantiation of the family of TInternalizer<class T> classes whose instances can be used to perform internalisation on behalf of other objects.

Constructor & Destructor Documentation

TInternalizer ( )

TInternalizer()[inline]

Default constructor.

TInternalizer ( TInternalizeFunction )

TInternalizer(TInternalizeFunctionaFunction)[inline]

Constructs the internaliser with the specified internalisation function.

Parameters
aFunctionThe internalisation function.

Member Function Documentation

Function ( )

TInternalizeFunction Function()const [inline]

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

Return Value
The internalisation function.

operator() ( TAny *, RReadStream & )

voidoperator()(TAny *aPtr,
RReadStream &aStream
)const [inline]