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