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