| Static Public Member Functions | |
| static unsigned long | min () throw () | 
| static unsigned long | max () throw () | 
| static unsigned long | epsilon () throw () | 
| static unsigned long | round_error () throw () | 
| static unsigned long | infinity () throw () | 
| static unsigned long | quiet_NaN () throw () | 
| static unsigned long | signaling_NaN () throw () | 
| static unsigned long | denorm_min () throw () | 
| Static Public Attributes | |
| static const bool | is_specialized = true | 
| static const int | digits = __glibcxx_digits (unsigned long) | 
| static const int | digits10 = __glibcxx_digits10 (unsigned long) | 
| static const bool | is_signed = false | 
| static const bool | is_integer = true | 
| static const bool | is_exact = true | 
| static const int | radix = 2 | 
| static const int | min_exponent = 0 | 
| static const int | min_exponent10 = 0 | 
| static const int | max_exponent = 0 | 
| static const int | max_exponent10 = 0 | 
| static const bool | has_infinity = false | 
| static const bool | has_quiet_NaN = false | 
| static const bool | has_signaling_NaN = false | 
| static const float_denorm_style | has_denorm = denorm_absent | 
| static const bool | has_denorm_loss = false | 
| static const bool | is_iec559 = false | 
| static const bool | is_bounded = true | 
| static const bool | is_modulo = true | 
| static const bool | traps = __glibcxx_integral_traps | 
| static const bool | tinyness_before = false | 
| static const float_round_style | round_style = round_toward_zero | 
Definition at line 828 of file limits.
| static unsigned long std::numeric_limits< unsigned long >::denorm_min | ( | ) | throw ()  [inline, static] | 
| static unsigned long std::numeric_limits< unsigned long >::epsilon | ( | ) | throw ()  [inline, static] | 
| static unsigned long std::numeric_limits< unsigned long >::infinity | ( | ) | throw ()  [inline, static] | 
| static unsigned long std::numeric_limits< unsigned long >::max | ( | ) | throw ()  [inline, static] | 
| static unsigned long std::numeric_limits< unsigned long >::min | ( | ) | throw ()  [inline, static] | 
| static unsigned long std::numeric_limits< unsigned long >::quiet_NaN | ( | ) | throw ()  [inline, static] | 
| static unsigned long std::numeric_limits< unsigned long >::round_error | ( | ) | throw ()  [inline, static] | 
| static unsigned long std::numeric_limits< unsigned long >::signaling_NaN | ( | ) | throw ()  [inline, static] | 
| const int std::numeric_limits< unsigned long >::digits = __glibcxx_digits (unsigned long)  [static] | 
| const int std::numeric_limits< unsigned long >::digits10 = __glibcxx_digits10 (unsigned long)  [static] | 
| const float_denorm_style std::numeric_limits< unsigned long >::has_denorm = denorm_absent  [static] | 
| const bool std::numeric_limits< unsigned long >::has_denorm_loss = false  [static] | 
| const bool std::numeric_limits< unsigned long >::has_infinity = false  [static] | 
| const bool std::numeric_limits< unsigned long >::has_quiet_NaN = false  [static] | 
| const bool std::numeric_limits< unsigned long >::has_signaling_NaN = false  [static] | 
| const bool std::numeric_limits< unsigned long >::is_bounded = true  [static] | 
| const bool std::numeric_limits< unsigned long >::is_exact = true  [static] | 
| const bool std::numeric_limits< unsigned long >::is_iec559 = false  [static] | 
| const bool std::numeric_limits< unsigned long >::is_integer = true  [static] | 
| const bool std::numeric_limits< unsigned long >::is_modulo = true  [static] | 
| const bool std::numeric_limits< unsigned long >::is_signed = false  [static] | 
| const bool std::numeric_limits< unsigned long >::is_specialized = true  [static] | 
| const int std::numeric_limits< unsigned long >::max_exponent = 0  [static] | 
| const int std::numeric_limits< unsigned long >::max_exponent10 = 0  [static] | 
| const int std::numeric_limits< unsigned long >::min_exponent = 0  [static] | 
| const int std::numeric_limits< unsigned long >::min_exponent10 = 0  [static] | 
| const int std::numeric_limits< unsigned long >::radix = 2  [static] | 
| const float_round_style std::numeric_limits< unsigned long >::round_style = round_toward_zero  [static] | 
| const bool std::numeric_limits< unsigned long >::tinyness_before = false  [static] | 
| const bool std::numeric_limits< unsigned long >::traps = __glibcxx_integral_traps  [static] | 
 1.4.7
 1.4.7