ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Math::detail::manipulator< char_t > Class Template Reference

template<class char_t>
class ROOT::Math::detail::manipulator< char_t >

Definition at line 85 of file GenVectorIO.h.

Public Member Functions

 manipulator (manip_t m, char_t ch=0)
 
template<class traits_t >
void set (std::basic_ios< char_t, traits_t > &ios) const
 

Private Attributes

manip_t fMan
 
char_t fChar
 

#include <Math/GenVector/GenVectorIO.h>

Constructor & Destructor Documentation

template<class char_t>
ROOT::Math::detail::manipulator< char_t >::manipulator ( manip_t  m,
char_t  ch = 0 
)
inlineexplicit

Definition at line 89 of file GenVectorIO.h.

Member Function Documentation

template<class char_t>
template<class traits_t >
void ROOT::Math::detail::manipulator< char_t >::set ( std::basic_ios< char_t, traits_t > &  ios) const
inline

Definition at line 98 of file GenVectorIO.h.

Referenced by ROOT::Math::detail::operator<<(), and ROOT::Math::detail::operator>>().

Member Data Documentation

template<class char_t>
char_t ROOT::Math::detail::manipulator< char_t >::fChar
private

Definition at line 105 of file GenVectorIO.h.

Referenced by ROOT::Math::detail::manipulator< char_t >::set().

template<class char_t>
manip_t ROOT::Math::detail::manipulator< char_t >::fMan
private

Definition at line 104 of file GenVectorIO.h.

Referenced by ROOT::Math::detail::manipulator< char_t >::set().


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