OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Classes that inherit from TStreamableBase are known as streamable classes (their objects can be written to and read from streams). More...
#include <owl/objstrm.h>
Public Member Functions | |
virtual | ~TStreamableBase () |
Classes that inherit from TStreamableBase are known as streamable classes (their objects can be written to and read from streams).
If you develop your own streamable classes, make sure that TStreamableBase is somewhere in their ancestry.
Using an existing streamable class as a base is the easiest way to create a streamable class. If your class must also fit into an existing class hierarchy, you can use multiple inheritance to derive a class from TStreamableBase .
|
virtual |
Definition at line 14 of file castable.cpp.