Location:
S32STRM.H
class TInternalizer< TAny >;
A specific instantiation of the family of TInternalizer<class T> classes whose instances can be used to perform internalisation on behalf of other objects.
Defined in TInternalizer< TAny >
:
Function()
, TInternalizer()
, TInternalizer()
, operator()()
inline TInternalizer(TInternalizeFunction aFunction);
Constructs the internaliser with the specified internalisation function.
|
|
inline void operator()(TAny *aPtr, RReadStream &aStream) const;
|
inline TInternalizeFunction Function() const;
Gets a pointer to the function to be used to perform internalisation.
|