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