A thing that can be pretty-printed. More...
#include <Printable.h>
 
  
 | Public Member Functions | |
| Printable (const Printable &) | |
| Printable & | operator= (const Printable &) | 
| virtual void | PrettyPrint (Bytestream &, size_t indent=0) const =0 | 
| Print a human-readable representation to an output stream and return that output stream. | |
| virtual std::string | str () const | 
A thing that can be pretty-printed.
Definition at line 46 of file Printable.h.