| Puma Reference Manual | Printable.h File Reference |
Object printing. More...
#include <iostream>Classes | |
| class | Puma::Printable |
| Provides that possibility for an object to be used with output streams (std::ostream). More... | |
Namespaces | |
| Puma | |
Functions | |
| ostream & | Puma::operator<< (ostream &os, const Printable &object) |
| Output stream operator for Puma::Printable objects. More... | |
Object printing.