FIFE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
std Namespace Reference

Functions

template<class Ch , class Tr >
basic_ostream< Ch, Tr > & operator<< (basic_ostream< Ch, Tr > &s, const FIFE::pprint &p)
 Print a pprint object to an ostream. More...
 

Function Documentation

template<class Ch , class Tr >
basic_ostream<Ch,Tr>& std::operator<< ( basic_ostream< Ch, Tr > &  s,
const FIFE::pprint p 
)

Print a pprint object to an ostream.

This is pure Stroustrup, overloading the ostream operator<< to print a formatted pointer from a pprint object to an ostream.

Parameters
soutput stream
ppointer to print
Returns
reference to the modified stream

Definition at line 264 of file logger.h.