proj home

Files   Classes   Functions   Hierarchy  

printlist.h File Reference

#include <list>
#include <print.h>

Include dependency graph for printlist.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
ostreamoperator<< (ostream &os, list< T > const &x)
 Print a list.


Function Documentation

template<typename T >
ostream& operator<< ( ostream os,
list< T > const &  x 
) [inline]

Print a list.

eg

  list<double> x; ...
  cout << x << endl;

Definition at line 17 of file printlist.h.

References print().

00018   { return os << print(x); }


Generated on Fri Mar 4 00:49:43 2011 for Chelton Evans Source by  doxygen 1.5.8