#include <dump.h>
Public Types | |
typedef 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.
|
|
|
|
|
Definition at line 31 of file dump.h. References dump< T >::theCont. |
|
|
|
Definition at line 44 of file dump.h. Referenced by dump< T >::printOn(). |