#include <dump.h>
Public Types | |
typedef class T::const_iterator | const_iterator |
Public Member Functions | |
dump (const T &s) | |
void | printOn (ostream &o) const |
Private Attributes | |
const T & | theCont |
Friends | |
ostream & | operator<< (ostream &o, const dump &d) |
Definition at line 25 of file dump.h.
typedef class T::const_iterator dump< T >::const_iterator |
void dump< T >::printOn | ( | ostream & | o | ) | const [inline] |
Definition at line 31 of file dump.h.
References dump< T >::theCont.
ostream& operator<< | ( | ostream & | o, | |
const dump< T > & | d | |||
) | [friend] |
Definition at line 44 of file dump.h.
Referenced by dump< T >::printOn().