
|   |  | |
Location: 
            S32STRM.H
            
         
class TStreamRef;
A proxy for perfoming externalisation for classes that do not have an externalisation member.
Defined in TStreamRef:
            ExternalizeL(), Function(), Ptr(), TStreamRef()
            
         
inline TStreamRef(const TAny *aPtr, TExternalizeFunction aFunction);
Constructor.
| 
 | 
inline const TAny *Ptr() const;
Gets the pointer to the object to be externalised.
| 
 | 
inline TExternalizeFunction Function() const;
Gets a pointer to the externalisation function.
| 
 | 
inline void ExternalizeL(RWriteStream &aStream) const;
Externalises the object to the specified write stream.
| 
 |