|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/objstrm.h>
Public Member Functions | |
| TNewStreamer (TStreamableBase *obj) | |
| Constructs the TNewStreamer object, and initializes the streamable object pointer. | |
Public Member Functions inherited from owl::TStreamer | |
| virtual | ~TStreamer () |
| TStreamableBase * | GetObject () const |
| Returns the address of the TStreamableBase component of the streamable object. | |
Protected Member Functions | |
| virtual LPCSTR | StreamableName () const |
Protected Member Functions inherited from owl::TStreamer | |
| TStreamer (TStreamableBase *obj) | |
| Constructs the TStreamer object, and initializes the streamable object pointer. | |
| virtual void * | Read (ipstream &, uint32) const =0 |
| This pure virtual member function must be redefined for every streamable class. | |
| virtual void | Write (opstream &) const =0 |
| This pure virtual function must be redefined for every streamable class. | |
|
inline |
Constructs the TNewStreamer object, and initializes the streamable object pointer.