dlvhex
2.5.0
|
Printable object base class. More...
#include <include/dlvhex2/Printhelpers.h>
Public Member Functions | |
virtual | ~print_container () |
Destructor. | |
virtual std::ostream & | print (std::ostream &o) const =0 |
Printer for an object to be implement by subclasses. |
Printable object base class.
Definition at line 90 of file Printhelpers.h.
virtual print_container::~print_container | ( | ) | [inline, virtual] |
Destructor.
Definition at line 93 of file Printhelpers.h.
virtual std::ostream& print_container::print | ( | std::ostream & | o | ) | const [pure virtual] |
Printer for an object to be implement by subclasses.
o | Output stream to print to. |
o
. Implemented in print_method_container, and print_stream_container< T >.
Referenced by operator<<().