std::numeric_limits< unsigned int > Struct Template Reference

numeric_limits<unsigned int> specialization. More...

List of all members.

Static Public Member Functions

static unsigned int min () throw ()
static unsigned int max () throw ()
static unsigned int epsilon () throw ()
static unsigned int round_error () throw ()
static unsigned int infinity () throw ()
static unsigned int quiet_NaN () throw ()
static unsigned int signaling_NaN () throw ()
static unsigned int denorm_min () throw ()

Static Public Attributes

static const bool is_specialized = true
static const int digits = __glibcxx_digits (unsigned int)
static const int digits10 = __glibcxx_digits10 (unsigned int)
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


Detailed Description

template<>
struct std::numeric_limits< unsigned int >

numeric_limits<unsigned int> specialization.

Definition at line 726 of file limits.


Member Function Documentation

static unsigned int std::numeric_limits< unsigned int >::denorm_min (  )  throw () [inline, static]

Definition at line 763 of file limits.

static unsigned int std::numeric_limits< unsigned int >::epsilon (  )  throw () [inline, static]

Definition at line 741 of file limits.

static unsigned int std::numeric_limits< unsigned int >::infinity (  )  throw () [inline, static]

Definition at line 757 of file limits.

static unsigned int std::numeric_limits< unsigned int >::max (  )  throw () [inline, static]

Definition at line 732 of file limits.

static unsigned int std::numeric_limits< unsigned int >::min (  )  throw () [inline, static]

Definition at line 730 of file limits.

static unsigned int std::numeric_limits< unsigned int >::quiet_NaN (  )  throw () [inline, static]

Definition at line 759 of file limits.

static unsigned int std::numeric_limits< unsigned int >::round_error (  )  throw () [inline, static]

Definition at line 743 of file limits.

static unsigned int std::numeric_limits< unsigned int >::signaling_NaN (  )  throw () [inline, static]

Definition at line 761 of file limits.


Member Data Documentation

const int std::numeric_limits< unsigned int >::digits = __glibcxx_digits (unsigned int) [static]

Definition at line 735 of file limits.

const int std::numeric_limits< unsigned int >::digits10 = __glibcxx_digits10 (unsigned int) [static]

Definition at line 736 of file limits.

const float_denorm_style std::numeric_limits< unsigned int >::has_denorm = denorm_absent [static]

Definition at line 754 of file limits.

const bool std::numeric_limits< unsigned int >::has_denorm_loss = false [static]

Definition at line 755 of file limits.

const bool std::numeric_limits< unsigned int >::has_infinity = false [static]

Definition at line 751 of file limits.

const bool std::numeric_limits< unsigned int >::has_quiet_NaN = false [static]

Definition at line 752 of file limits.

const bool std::numeric_limits< unsigned int >::has_signaling_NaN = false [static]

Definition at line 753 of file limits.

const bool std::numeric_limits< unsigned int >::is_bounded = true [static]

Definition at line 767 of file limits.

const bool std::numeric_limits< unsigned int >::is_exact = true [static]

Definition at line 739 of file limits.

const bool std::numeric_limits< unsigned int >::is_iec559 = false [static]

Definition at line 766 of file limits.

const bool std::numeric_limits< unsigned int >::is_integer = true [static]

Definition at line 738 of file limits.

const bool std::numeric_limits< unsigned int >::is_modulo = true [static]

Definition at line 768 of file limits.

const bool std::numeric_limits< unsigned int >::is_signed = false [static]

Definition at line 737 of file limits.

const bool std::numeric_limits< unsigned int >::is_specialized = true [static]

Definition at line 728 of file limits.

const int std::numeric_limits< unsigned int >::max_exponent = 0 [static]

Definition at line 748 of file limits.

const int std::numeric_limits< unsigned int >::max_exponent10 = 0 [static]

Definition at line 749 of file limits.

const int std::numeric_limits< unsigned int >::min_exponent = 0 [static]

Definition at line 746 of file limits.

const int std::numeric_limits< unsigned int >::min_exponent10 = 0 [static]

Definition at line 747 of file limits.

const int std::numeric_limits< unsigned int >::radix = 2 [static]

Definition at line 740 of file limits.

const float_round_style std::numeric_limits< unsigned int >::round_style = round_toward_zero [static]

Definition at line 772 of file limits.

const bool std::numeric_limits< unsigned int >::tinyness_before = false [static]

Definition at line 771 of file limits.

const bool std::numeric_limits< unsigned int >::traps = __glibcxx_integral_traps [static]

Definition at line 770 of file limits.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:59:29 2010 for GNU C++ STL by  doxygen 1.4.7