#include <eoPrintable.h>
Inheritance diagram for eoPrintable:

Public Member Functions | |
| virtual | ~eoPrintable () |
| Virtual dtor. They are needed in virtual class hierarchies. | |
| virtual void | printOn (std::ostream &_os) const =0 |
| Write object. | |
Besides, this file defines the standard output for all the objects; if the objects define printOn there's no need to define #operator <<#.\ This functionality was separated from eoObject, since it makes no sense to print some objects (for instance, a eoFactory# or a random number generator.
Definition at line 43 of file eoPrintable.h.
|
1.3.9.1