| Puma Reference Manual | Puma::Printable Class Reference |
Provides that possibility for an object to be used with output streams (std::ostream). More...
#include <Puma/Printable.h>

Public Member Functions | |
| virtual | ~Printable () |
| Destructor. More... | |
| virtual void | print (ostream &os) const =0 |
| Print something on the given output stream. More... | |
Provides that possibility for an object to be used with output streams (std::ostream).
Derived classes have to implement method Printable::print().
Example:
|
inlinevirtual |
Destructor.
|
pure virtual |
Print something on the given output stream.
| os | The output stream. |
Implemented in Puma::CT_QualName, Puma::CT_SimpleName, Puma::CTypeInfo, Puma::ManipError, Puma::Unit, and Puma::Filename.