Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



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

See also:


Member functions


operator()()

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

Return value

TExternalizeFunction

The externalisation function.