|
dlvhex
2.1.0
|
#include <include/dlvhex2/Printhelpers.h>


Public Types | |
| typedef boost::function < std::ostream &(std::ostream &)> | PrintFn |
Public Member Functions | |
| print_method_container (const PrintFn &fn) | |
| virtual | ~print_method_container () |
| virtual std::ostream & | print (std::ostream &o) const |
Data Fields | |
| PrintFn | fn |
Definition at line 107 of file Printhelpers.h.
| typedef boost::function<std::ostream& (std::ostream&)> print_method_container::PrintFn |
Definition at line 111 of file Printhelpers.h.
| print_method_container::print_method_container | ( | const PrintFn & | fn | ) | [inline] |
Definition at line 113 of file Printhelpers.h.
| virtual print_method_container::~print_method_container | ( | ) | [inline, virtual] |
Definition at line 114 of file Printhelpers.h.
| virtual std::ostream& print_method_container::print | ( | std::ostream & | o | ) | const [inline, virtual] |
Definition at line 112 of file Printhelpers.h.
Referenced by print().