PrintSTL Namespace Reference


Functions

template<class T1, class T2>
ostream & operator<< (ostream &os, const pair< T1, T2 > &p)
template<class T>
ostream & operator<< (ostream &os, const vector< T > &v)
template<class T>
ostream & operator<< (ostream &os, const list< T > &l)
template<class T>
ostream & operator<< (ostream &os, const set< T > &s)
template<class T1, class T2>
ostream & operator<< (ostream &os, const map< T1, T2 > &m)


Detailed Description

Provides overrides of the << operator for the following STL types:


Function Documentation

template<class T1, class T2>
ostream& PrintSTL::operator<< ostream &  os,
const map< T1, T2 > &  m
 

Definition at line 85 of file PrintSTL.h.

template<class T>
ostream& PrintSTL::operator<< ostream &  os,
const set< T > &  s
 

Definition at line 68 of file PrintSTL.h.

template<class T>
ostream& PrintSTL::operator<< ostream &  os,
const list< T > &  l
 

Definition at line 51 of file PrintSTL.h.

template<class T>
ostream& PrintSTL::operator<< ostream &  os,
const vector< T > &  v
 

Definition at line 34 of file PrintSTL.h.

template<class T1, class T2>
ostream& PrintSTL::operator<< ostream &  os,
const pair< T1, T2 > &  p
 

Definition at line 28 of file PrintSTL.h.


Generated on Sat Dec 3 10:48:35 2005 for Robotics by  doxygen 1.4.5