Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: S32STRM.H

Class MInternalizer

class MInternalizer;

Description

A family of classes defining an interface that can be implemented by classes that need to perform internalisation on behalf of others.

Members

Defined in MInternalizer:
InternalizeL(), operator()()

See also:


Member functions


operator()()

inline void operator()(T &anObject, RReadStream &aStream) const;

Description

Parameters

T &anObject

RReadStream &aStream


InternalizeL()

private: virtual void InternalizeL(T &anObject, RReadStream &aStream) const=0;

Description

Performs internalisation.

The function is called by operator().

Parameters

T &anObject

The object to be the target of the internalisation process.

RReadStream &aStream

The read stream.