MExternalizer Class Reference
A family of classes defining an interface that can be implemented by classes that need to perform externalisation on behalf of others.
CStoreMap
Member Functions Documentation
ExternalizeL(const T &, RWriteStream &)
void
|
ExternalizeL
|
(
|
const T &
|
anObject,
|
|
RWriteStream
&
|
aStream
|
|
)
|
const [private, pure virtual]
|
Performs externalisation.
The function is called by operator().
Parameters
const T & anObject
|
The object to be externalised.
|
RWriteStream
& aStream
|
The write stream.
|
operator()(const T &, RWriteStream &)
void
|
operator()
|
(
|
const T &
|
anObject,
|
|
RWriteStream
&
|
aStream
|
|
)
|
const [inline]
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.