Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <S32STRM.H>

Class TInternalizer

class TInternalizer;

Description

A family of classes whose instances can be used to perform internalisation on behalf of other objects.

Members

Defined in TInternalizer:


Member functions


operator()(T &,RReadStream &)const

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

Description

Parameters

T &anObject

RReadStream &aStream


Function()

static inline TInternalizeFunction Function();

Description

Gets a pointer to the function to be used to perform internalisation.

The implementation is the private, static member of this class, TInternalizer::InternalizeAsL(TAny *,RReadStream &).

Return value

TInternalizeFunction

The internalisation function.