Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <S32STRM.H>

Class TInternalizer< TAny >

class TInternalizer< TAny >;

Description

A specific instantiation of the family of TInternalizer<class T> classes whose instances can be used to perform internalisation on behalf of other objects.

Members

Defined in TInternalizer< TAny >:


Member functions


TInternalizer()

inline TInternalizer();

Description

Default constructor.

Return value


TInternalizer(TInternalizeFunction)

inline TInternalizer(TInternalizeFunction aFunction);

Description

Constructs the internaliser with the specified internalisation function.

Parameters

TInternalizeFunction aFunction

The internalisation function.

Return value


operator()(TAny *,RReadStream &)const

inline void operator()(TAny *aPtr, RReadStream &aStream) const;

Description

Parameters

TAny *aPtr

RReadStream &aStream


Function()const

inline TInternalizeFunction Function() const;

Description

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

Return value

TInternalizeFunction

The internalisation function.