#include <s32strm.h>
template <> |
class TExternalizer< TAny > |
Public Member Functions | |
---|---|
TExternalizer() | |
TExternalizer(TExternalizeFunction) | |
TExternalizeFunction | Function() |
void | operator()(const TAny *, RWriteStream &) |
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.
TExternalizer | ( | TExternalizeFunction | aFunction | ) | [inline] |
Constructs the externaliser with the specified externalisation function.
Parameters | |
---|---|
aFunction | The externalisation function. |
TExternalizeFunction | Function | ( | ) | const [inline] |
Gets a pointer to the function to be used to perform externalisation.
void | operator() | ( | const TAny * | aPtr, |
RWriteStream & | aStream | |||
) | const [inline] |