Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:


Member functions


operator()(T &,RReadStream &)const

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

Description

Parameters

T &anObject

RReadStream &aStream


InternalizeL(T &,RReadStream &)const

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.