_Ios_Manip_1< _Arg > Struct Template Reference

List of all members.

Public Types

typedef _Arg(ios_base::*) __f_ptr_type (_Arg)

Public Member Functions

 _Ios_Manip_1 (__f_ptr_type __f, const _Arg &__arg)
void operator() (ios_base &__ios) const

Public Attributes

__f_ptr_type _M_f
_Arg _M_arg

Detailed Description

template<class _Arg>
struct _Ios_Manip_1< _Arg >

Definition at line 41 of file iomanip.


Member Typedef Documentation

template<class _Arg>
typedef _Arg(ios_base::*) _Ios_Manip_1< _Arg >::__f_ptr_type(_Arg)

Definition at line 42 of file iomanip.


Constructor & Destructor Documentation

template<class _Arg>
_Ios_Manip_1< _Arg >::_Ios_Manip_1 ( __f_ptr_type  __f,
const _Arg &  __arg 
) [inline]

Definition at line 44 of file iomanip.


Member Function Documentation

template<class _Arg>
void _Ios_Manip_1< _Arg >::operator() ( ios_base __ios  )  const [inline]

Definition at line 47 of file iomanip.

References _Ios_Manip_1< _Arg >::_M_arg, and _Ios_Manip_1< _Arg >::_M_f.


Member Data Documentation

template<class _Arg>
__f_ptr_type _Ios_Manip_1< _Arg >::_M_f

Definition at line 50 of file iomanip.

Referenced by _Ios_Manip_1< _Arg >::operator()().

template<class _Arg>
_Arg _Ios_Manip_1< _Arg >::_M_arg

Definition at line 51 of file iomanip.

Referenced by _Ios_Manip_1< _Arg >::operator()().


The documentation for this struct was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/iomanip



Generated on Mon Mar 10 15:32:54 2008 by  doxygen 1.5.1