LAMA
/home/brandes/workspace/LAMA/src/lama/Printable.cpp File Reference

Printable.cpp. More...

#include <lama/Printable.hpp>
#include <typeinfo>

Functions

std::ostream & operator<< (std::ostream &stream, const Printable &object)
 Calls Printable::writeAt() on the passed stream.

Detailed Description

Printable.cpp.

Author:
Jiri Kraus
Date:
05.08.2011 $Id$

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const Printable object 
)

Calls Printable::writeAt() on the passed stream.

Parameters:
[out]streamthe stream to write to.
[in]objectthe Printable which should write to stream.
Returns:
a reference to the passed stream.