OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TStreamableBase Class Reference

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>

Inheritance diagram for owl::TStreamableBase:
owl::TDocManager owl::TDocTemplate owl::TDocument owl::TModule owl::TPrinter owl::TPrintout owl::TScroller owl::TStreamable owl::TValidator owl::TView owl::TWindow

Public Member Functions

virtual ~TStreamableBase ()
 

Detailed Description

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 .

Definition at line 108 of file objstrm.h.

Constructor & Destructor Documentation

◆ ~TStreamableBase()

owl::TStreamableBase::~TStreamableBase ( )
virtual

Definition at line 14 of file castable.cpp.


The documentation for this class was generated from the following files: