Location:
s32strm.h
Link against:
template <class T>
RWriteStream& operator<<(RWriteStream& aStream,const T& anObject);
Supported from 5.0
Externalises objects belonging to a store-aware class to the specified stream.
A store-aware class is one which defines the
ExternalizeL()
member function. The store framework causes the
operator to call the ExternalizeL()
member function, passing
aStream
as a parameter.
Almost any type of object may be externalised using this operator.
|
|