Location:
S32STRM.H
class MInternalizer;
A family of classes defining an interface that can be implemented by classes that need to perform internalisation on behalf of others.
Defined in MInternalizer
:
InternalizeL()
, operator()()
inline void operator()(T &anObject, RReadStream &aStream) const;
|
private: virtual void InternalizeL(T &anObject, RReadStream &aStream) const=0;
Performs internalisation.
The function is called by operator().
|