#include <Streamable.h>
Inheritance diagram for Sct::Streamable:

Public Member Functions | |
| virtual string | getClassName () const=0 throw () |
| Get the class name for this object. | |
| virtual | ~Streamable () throw () |
| Virtual destructor to make it safe to delete through a pointer to a Streamable or any sub-class. | |
For ease of implementation, all objects should be default constructible
Definition at line 15 of file Streamable.h.
|
|
Virtual destructor to make it safe to delete through a pointer to a Streamable or any sub-class.
Definition at line 28 of file Streamable.h. |
|
1.3-rc3