Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <S32STRM.H>

Class TExternalizer

class TExternalizer;

Description

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

Members

Defined in TExternalizer:

See also:


Member functions


operator()(const T &,RWriteStream &)const

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

Description

Parameters

const T &anObject

RWriteStream &aStream


Function()

static inline TExternalizeFunction Function();

Description

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

The implementation is the private, static member of this class, TExternalizer::ExternalizeAsL(const TAny *,RWriteStream &).

Return value

TExternalizeFunction

The externalisation function.