#include <Digit.h>
Inheritance diagram for Gaudi::Math::Digits< TYPE, N1, N2 >:
Public Member Functions | |
| BOOST_STATIC_ASSERT (boost::integer_traits< TYPE >::is_specialized) | |
| BOOST_STATIC_ASSERT (boost::integer_traits< TYPE >::is_integral) | |
| BOOST_STATIC_ASSERT (!boost::integer_traits< TYPE >::is_signed) | |
| int | operator() (const TYPE v) const |
| the only on eessential method | |
const unsigned int value = ... ; Digits<unsigned int,0,5> digits05 ; const int dig05 = digit05 ( value ) ;
Definition at line 372 of file Digit.h.
| Gaudi::Math::Digits< TYPE, N1, N2 >::BOOST_STATIC_ASSERT | ( | boost::integer_traits< TYPE >::is_specialized | ) |
Reimplemented from Gaudi::Math::detail::_Digits< TYPE, N1, N2 >.
| Gaudi::Math::Digits< TYPE, N1, N2 >::BOOST_STATIC_ASSERT | ( | boost::integer_traits< TYPE >::is_integral | ) |
Reimplemented from Gaudi::Math::detail::_Digits< TYPE, N1, N2 >.
| Gaudi::Math::Digits< TYPE, N1, N2 >::BOOST_STATIC_ASSERT | ( | !boost::integer_traits< TYPE >::is_signed | ) |
Reimplemented from Gaudi::Math::detail::_Digits< TYPE, N1, N2 >.
| int Gaudi::Math::detail::_Digits< TYPE, N1, N2 >::operator() | ( | const TYPE | v | ) | const [inline, inherited] |
1.4.7