Puma Reference Manual Printable.h File Reference



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

namespace  Puma

Functions

ostream & Puma::operator<< (ostream &os, const Printable &object)
 Output stream operator for Puma::Printable objects.

Detailed Description

Object printing.