std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle > Class Template Reference

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

Inheritance diagram for std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >:

Inheritance graph
[legend]
Collaboration diagram for std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_specialized, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits, __Digits)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits10, __Digits10)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_signed, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, radix, 2)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, min_exponent, __MinExp)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, max_exponent, __MaxExp)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, min_exponent10, __MinExp10)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, max_exponent10, __MaxExp10)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_infinity, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_quiet_NaN, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_signaling_NaN, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (float_denorm_style, has_denorm, denorm_indeterminate)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_denorm_loss, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_iec559, __IsIEC559)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_bounded, true)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, traps, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, tinyness_before, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (float_round_style, round_style, __RoundStyle)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_specialized, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits10, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_signed, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_integer, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_exact, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, radix, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, min_exponent, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, min_exponent10, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, max_exponent, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (int, max_exponent10, 0)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_infinity, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_quiet_NaN, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, has_signaling_NaN, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (float_denorm_style, has_denorm, denorm_absent)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_iec559, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_bounded, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_modulo, false)
 BOOST_STL_DECLARE_LIMITS_MEMBER (float_round_style, round_style, round_toward_zero)

Static Public Member Functions

static __number infinity () throw ()
static __number quiet_NaN () throw ()
static __number signaling_NaN () throw ()
static __number min BOOST_PREVENT_MACRO_SUBSTITUTION () throw ()
static __number max BOOST_PREVENT_MACRO_SUBSTITUTION () throw ()
static __number epsilon () throw ()
static __number round_error () throw ()
static __number denorm_min () throw ()


Detailed Description

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
class std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >

Definition at line 204 of file limits.hpp.


Member Function Documentation

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_specialized  ,
true   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
digits  ,
__Digits   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
digits10  ,
__Digits10   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_signed  ,
true   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
radix  ,
 
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
min_exponent  ,
__MinExp   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
max_exponent  ,
__MaxExp   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
min_exponent10  ,
__MinExp10   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
max_exponent10  ,
__MaxExp10   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_infinity  ,
true   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_quiet_NaN  ,
true   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_signaling_NaN  ,
true   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( float_denorm_style  ,
has_denorm  ,
denorm_indeterminate   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_denorm_loss  ,
false   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::infinity (  )  throw () [inline, static]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 230 of file limits.hpp.

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::quiet_NaN (  )  throw () [inline, static]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 233 of file limits.hpp.

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
static __number std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::signaling_NaN (  )  throw () [inline, static]

Reimplemented from std::_Numeric_limits_base< __number >.

Definition at line 236 of file limits.hpp.

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_iec559  ,
__IsIEC559   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_bounded  ,
true   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
traps  ,
false   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
tinyness_before  ,
false   
)

template<class __number, int __Digits, int __Digits10, int __MinExp, int __MaxExp, int __MinExp10, int __MaxExp10, unsigned int __InfinityWord, unsigned int __QNaNWord, unsigned int __SNaNWord, bool __IsIEC559, float_round_style __RoundStyle>
std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >::BOOST_STL_DECLARE_LIMITS_MEMBER ( float_round_style  ,
round_style  ,
__RoundStyle   
)

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_specialized  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
digits  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
digits10  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_signed  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_integer  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_exact  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
radix  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
min_exponent  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
min_exponent10  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
max_exponent  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( int  ,
max_exponent10  ,
 
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_infinity  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_quiet_NaN  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
has_signaling_NaN  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( float_denorm_style  ,
has_denorm  ,
denorm_absent   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_iec559  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_bounded  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( bool  ,
is_modulo  ,
false   
) [inherited]

template<class __number>
std::_Numeric_limits_base< __number >::BOOST_STL_DECLARE_LIMITS_MEMBER ( float_round_style  ,
round_style  ,
round_toward_zero   
) [inherited]

template<class __number>
static __number min std::_Numeric_limits_base< __number >::BOOST_PREVENT_MACRO_SUBSTITUTION (  )  throw () [inline, static, inherited]

Reimplemented in std::_Integer_limits< _Int, __imin, __imax, __idigits >, std::_Integer_limits< _Int, __imin, __imax, __idigits >, std::std::numeric_limits< float >, std::std::numeric_limits< float >, std::std::numeric_limits< double >, std::std::numeric_limits< double >, std::std::numeric_limits< long double >, std::std::numeric_limits< long double >, std::_Integer_limits< long, LONG_MIN, LONG_MAX >, std::_Integer_limits< long, LONG_MIN, LONG_MAX >, std::_Integer_limits< unsigned int, 0, UINT_MAX >, std::_Integer_limits< unsigned int, 0, UINT_MAX >, std::_Integer_limits< char, CHAR_MIN, CHAR_MAX >, std::_Integer_limits< char, CHAR_MIN, CHAR_MAX >, std::_Integer_limits< short, SHRT_MIN, SHRT_MAX >, std::_Integer_limits< short, SHRT_MIN, SHRT_MAX >, std::_Integer_limits< unsigned long, 0, ULONG_MAX >, std::_Integer_limits< unsigned long, 0, ULONG_MAX >, std::_Integer_limits< unsigned short, 0, USHRT_MAX >, std::_Integer_limits< unsigned short, 0, USHRT_MAX >, std::_Integer_limits< bool, false, true, 0 >, std::_Integer_limits< bool, false, true, 0 >, std::_Integer_limits< unsigned char, 0, UCHAR_MAX >, std::_Integer_limits< unsigned char, 0, UCHAR_MAX >, std::_Integer_limits< wchar_t, INT_MIN, INT_MAX >, std::_Integer_limits< wchar_t, INT_MIN, INT_MAX >, std::_Integer_limits< int, INT_MIN, INT_MAX >, std::_Integer_limits< int, INT_MIN, INT_MAX >, std::_Integer_limits< signed char, SCHAR_MIN, SCHAR_MAX >, and std::_Integer_limits< signed char, SCHAR_MIN, SCHAR_MAX >.

Definition at line 94 of file limits.hpp.

template<class __number>
static __number max std::_Numeric_limits_base< __number >::BOOST_PREVENT_MACRO_SUBSTITUTION (  )  throw () [inline, static, inherited]

Reimplemented in std::_Integer_limits< _Int, __imin, __imax, __idigits >, std::_Integer_limits< _Int, __imin, __imax, __idigits >, std::std::numeric_limits< float >, std::std::numeric_limits< float >, std::std::numeric_limits< double >, std::std::numeric_limits< double >, std::std::numeric_limits< long double >, std::std::numeric_limits< long double >, std::_Integer_limits< long, LONG_MIN, LONG_MAX >, std::_Integer_limits< long, LONG_MIN, LONG_MAX >, std::_Integer_limits< unsigned int, 0, UINT_MAX >, std::_Integer_limits< unsigned int, 0, UINT_MAX >, std::_Integer_limits< char, CHAR_MIN, CHAR_MAX >, std::_Integer_limits< char, CHAR_MIN, CHAR_MAX >, std::_Integer_limits< short, SHRT_MIN, SHRT_MAX >, std::_Integer_limits< short, SHRT_MIN, SHRT_MAX >, std::_Integer_limits< unsigned long, 0, ULONG_MAX >, std::_Integer_limits< unsigned long, 0, ULONG_MAX >, std::_Integer_limits< unsigned short, 0, USHRT_MAX >, std::_Integer_limits< unsigned short, 0, USHRT_MAX >, std::_Integer_limits< bool, false, true, 0 >, std::_Integer_limits< bool, false, true, 0 >, std::_Integer_limits< unsigned char, 0, UCHAR_MAX >, std::_Integer_limits< unsigned char, 0, UCHAR_MAX >, std::_Integer_limits< wchar_t, INT_MIN, INT_MAX >, std::_Integer_limits< wchar_t, INT_MIN, INT_MAX >, std::_Integer_limits< int, INT_MIN, INT_MAX >, std::_Integer_limits< int, INT_MIN, INT_MAX >, std::_Integer_limits< signed char, SCHAR_MIN, SCHAR_MAX >, and std::_Integer_limits< signed char, SCHAR_MIN, SCHAR_MAX >.

Definition at line 95 of file limits.hpp.

template<class __number>
static __number std::_Numeric_limits_base< __number >::epsilon (  )  throw () [inline, static, inherited]

template<class __number>
static __number std::_Numeric_limits_base< __number >::round_error (  )  throw () [inline, static, inherited]

template<class __number>
static __number std::_Numeric_limits_base< __number >::denorm_min (  )  throw () [inline, static, inherited]


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

Generated on Wed Jan 21 15:32:23 2009 for SystemC by  doxygen 1.5.5