std::numeric_limits< int > Struct Template Reference

numeric_limits<int> specialization. More...

List of all members.

Static Public Member Functions

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

Static Public Attributes

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

numeric_limits<int> specialization.

Definition at line 675 of file limits.


Member Function Documentation

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

Definition at line 712 of file limits.

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

Definition at line 690 of file limits.

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

Definition at line 706 of file limits.

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

Definition at line 681 of file limits.

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

Definition at line 679 of file limits.

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

Definition at line 708 of file limits.

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

Definition at line 692 of file limits.

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

Definition at line 710 of file limits.


Member Data Documentation

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

Definition at line 684 of file limits.

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

Definition at line 685 of file limits.

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

Definition at line 703 of file limits.

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

Definition at line 704 of file limits.

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

Definition at line 700 of file limits.

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

Definition at line 701 of file limits.

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

Definition at line 702 of file limits.

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

Definition at line 716 of file limits.

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

Definition at line 688 of file limits.

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

Definition at line 715 of file limits.

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

Definition at line 687 of file limits.

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

Definition at line 717 of file limits.

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

Definition at line 686 of file limits.

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

Definition at line 677 of file limits.

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

Definition at line 697 of file limits.

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

Definition at line 698 of file limits.

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

Definition at line 695 of file limits.

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

Definition at line 696 of file limits.

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

Definition at line 689 of file limits.

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

Definition at line 721 of file limits.

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

Definition at line 720 of file limits.

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

Definition at line 719 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