Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: 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:
Function(), operator()()


Member functions


operator()()

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, InternalizeAsL().

Return value

TInternalizeFunction

The internalisation function.