TExternalizer< TAny > Class Template Reference
Link against: eposprvtyp.lib
template <> |
class TExternalizer< TAny > |
Detailed Description
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.
Constructor & Destructor Documentation
TExternalizer ( TExternalizeFunction )
Constructs the externaliser with the specified externalisation function.
Parameter | Description | aFunction | The externalisation function. |
Member Function Documentation
Function ( )
Gets a pointer to the function to be used to perform externalisation.
Returns: The externalisation function.
operator() ( const TAny *, RWriteStream & )