#include <s32strm.h>
template <> |
class TInternalizer< TAny > |
Public Member Functions | |
---|---|
TInternalizer() | |
TInternalizer(TInternalizeFunction) | |
TInternalizeFunction | Function() |
void | operator()(TAny *, RReadStream &) |
A specific instantiation of the family of TInternalizer<class T> classes whose instances can be used to perform internalisation on behalf of other objects.
TInternalizer | ( | TInternalizeFunction | aFunction | ) | [inline] |
Constructs the internaliser with the specified internalisation function.
Parameters | |
---|---|
aFunction | The internalisation function. |
TInternalizeFunction | Function | ( | ) | const [inline] |
Gets a pointer to the function to be used to perform internalisation.
void | operator() | ( | TAny * | aPtr, |
RReadStream & | aStream | |||
) | const [inline] |