Dv::iomanip_c< T > Struct Template Reference

As above, but makes a copy of the BT object. More...

#include <iomanip.h>

List of all members.

Public Types

typedef basetype< T >::base BT
typedef std::ostream &(* Print )(std::ostream &, const BT &)

Public Member Functions

 iomanip_c (Print f, const BT &t)

Public Attributes

Print print_
BT t_

Detailed Description

template<typename T>
struct Dv::iomanip_c< T >

As above, but makes a copy of the BT object.

Definition at line 65 of file iomanip.h.


Member Typedef Documentation

template<typename T >
typedef basetype<T>::base Dv::iomanip_c< T >::BT

Definition at line 66 of file iomanip.h.

template<typename T >
typedef std::ostream&(* Dv::iomanip_c< T >::Print)(std::ostream &, const BT &)

Definition at line 67 of file iomanip.h.


Constructor & Destructor Documentation

template<typename T >
Dv::iomanip_c< T >::iomanip_c ( Print  f,
const BT t 
) [inline]

Definition at line 68 of file iomanip.h.


Member Data Documentation

template<typename T >
Print Dv::iomanip_c< T >::print_

Definition at line 69 of file iomanip.h.

template<typename T >
BT Dv::iomanip_c< T >::t_

Definition at line 70 of file iomanip.h.


The documentation for this struct was generated from the following file:

dvutil-1.0.10 [ 5 December, 2009]