#include <limits.hpp>
Inheritance diagram for std::_Integer_limits< _Int, __imin, __imax, __idigits >:


Public Member Functions | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_specialized, true) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits,(__idigits< 0)?(int)(sizeof(_Int)*CHAR_BIT)-(__imin==0?0:1):__idigits) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits10,(digits *301)/1000) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_signed, __imin!=0) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_integer, true) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_exact, true) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (int, radix, 2) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_bounded, true) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_modulo, true) | |
Static Public Member Functions | |
| static _Int | min () throw () |
| static _Int | max () throw () |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_specialized | , | |||
| true | ||||
| ) |
| static _Int std::_Integer_limits< _Int, __imin, __imax, __idigits >::min | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< _Int >.
| static _Int std::_Integer_limits< _Int, __imin, __imax, __idigits >::max | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< _Int >.
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits | , | |||
| (__idigits< 0)?(int)(sizeof(_Int)*CHAR_BIT)-(__imin==0?0:1):__idigits | ||||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits10 | , | |||
| (digits *301)/ | 1000 | |||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_signed | , | |||
| __imin! | = 0 | |||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_integer | , | |||
| true | ||||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_exact | , | |||
| true | ||||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| radix | , | |||
| 2 | ||||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_bounded | , | |||
| true | ||||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_modulo | , | |||
| true | ||||
| ) |
1.5.1