DoxyBugs
1
|
Base class for printable objects. More...
#include <Printable.h>
Public Member Functions | |
virtual void | print (std::ostream &os) const =0 |
Print the object to the specified output stream. |
Base class for printable objects.
This provides a common interface for all printable objects
|
pure virtual |
Print the object to the specified output stream.
os | The output stream |
Implemented in cmif::ScenarioCellBase.