#include <sysc/packages/boost/detail/limits.hpp>


Definition at line 253 of file limits.hpp.
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_specialized | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| digits10 | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_signed | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_integer | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_exact | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| radix | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| min_exponent | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| min_exponent10 | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| max_exponent | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , | |
| max_exponent10 | , | |||
| 0 | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| has_infinity | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| has_quiet_NaN | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| has_signaling_NaN | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | float_denorm_style | , | |
| has_denorm | , | |||
| denorm_absent | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| has_denorm_loss | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_iec559 | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_bounded | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| is_modulo | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| traps | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , | |
| tinyness_before | , | |||
| false | ||||
| ) | [inherited] |
| std::_Numeric_limits_base< T >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | float_round_style | , | |
| round_style | , | |||
| round_toward_zero | ||||
| ) | [inherited] |
| static T min std::_Numeric_limits_base< T >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static, inherited] |
Definition at line 94 of file limits.hpp.
| static T max std::_Numeric_limits_base< T >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static, inherited] |
Definition at line 95 of file limits.hpp.
| static T std::_Numeric_limits_base< T >::epsilon | ( | ) | throw () [inline, static, inherited] |
Definition at line 106 of file limits.hpp.
| static T std::_Numeric_limits_base< T >::round_error | ( | ) | throw () [inline, static, inherited] |
Definition at line 107 of file limits.hpp.
| static T std::_Numeric_limits_base< T >::infinity | ( | ) | throw () [inline, static, inherited] |
Definition at line 122 of file limits.hpp.
| static T std::_Numeric_limits_base< T >::quiet_NaN | ( | ) | throw () [inline, static, inherited] |
Definition at line 123 of file limits.hpp.
| static T std::_Numeric_limits_base< T >::signaling_NaN | ( | ) | throw () [inline, static, inherited] |
Definition at line 124 of file limits.hpp.
| static T std::_Numeric_limits_base< T >::denorm_min | ( | ) | throw () [inline, static, inherited] |
Definition at line 125 of file limits.hpp.
1.5.5