DoxyBugs
1
|
Abstract base class for all scenario objects. More...
#include <ScenarioCellBase.h>
Public Member Functions | |
void | print (std::ostream &os) const |
Print the object to the specified output stream. | |
void | pushRoot (ScenarioCellBase *p) |
![]() | |
virtual void | pushRoot (ScenarioCellBase *p) |
Insert the specified root cell. |
Abstract base class for all scenario objects.
|
virtual |
Print the object to the specified output stream.
os | The output stream |
Implements nab::Printable.