iomanip.h File Reference

#include <iostream>
#include <dvutil/basetype.h>
Include dependency graph for iomanip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Dv::iomanip< T >
 Convert typical member functions to iomanip objects that can be put on a stream using the conventional operator<<. More...
struct  Dv::iomanip_c< T >
 As above, but makes a copy of the BT object. More...
struct  Dv::iomanip_m< T >
 Convert typical member functions to iomanip objects that can be put on a stream using the conventional operator<<. More...

Namespaces

namespace  Dv

Functions

template<typename T >
std::ostream & Dv::operator<< (std::ostream &os, const Dv::iomanip< T > &io)
template<typename T >
std::ostream & Dv::operator<< (std::ostream &os, const Dv::iomanip_c< T > &io)
template<typename T >
std::ostream & Dv::operator<< (std::ostream &os, const Dv::iomanip_m< T > &io)

dvutil-1.0.10 [ 5 December, 2009]