class TInternalizer |
A family of classes whose instances can be used to perform internalisation on behalf of other objects.
Public Member Functions | |
---|---|
TInternalizeFunction | Function() |
void | operator()(T &, RReadStream &) |
Private Member Functions | |
---|---|
void | InternalizeAsL(TAny *, RReadStream &) |
TInternalizeFunction | Function | ( | ) | [static, inline] |
Gets a pointer to the function to be used to perform internalisation.
The implementation is the private, static member of this class, InternalizeAsL().
The internalisation function.
void | InternalizeAsL | ( | TAny * | aPtr, |
RReadStream & | aStream | |||
) | [private, static, inline] |
TAny * aPtr | |
RReadStream & aStream |
void | operator() | ( | T & | anObject, |
RReadStream & | aStream | |||
) | const [inline] |
T & anObject | |
RReadStream & aStream |