Logo ROOT   6.12/07
Reference Guide
List of all members | 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

char_t fChar
 
manip_t fMan
 

#include <Math/GenVector/GenVectorIO.h>

Constructor & Destructor Documentation

◆ manipulator()

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

◆ set()

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.

Member Data Documentation

◆ fChar

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

Definition at line 105 of file GenVectorIO.h.

◆ fMan

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

Definition at line 104 of file GenVectorIO.h.


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