TInternalizer< TAny > Class Template Reference
Link against: eposprvtyp.lib
template <> |
class TInternalizer< TAny > |
Detailed Description
A specific instantiation of the family of TInternalizer<class T> classes whose instances can be used to perform internalisation on behalf of other objects.
Constructor & Destructor Documentation
TInternalizer ( TInternalizeFunction )
Constructs the internaliser with the specified internalisation function.
Parameter | Description | aFunction | The internalisation function. |
Member Function Documentation
Function ( )
Gets a pointer to the function to be used to perform internalisation.
Returns: The internalisation function.
operator() ( TAny *, RReadStream & )