std::numeric_limits< short > Struct Template Reference

numeric_limits<short> specialization. More...

List of all members.

Static Public Member Functions

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

Static Public Attributes

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

numeric_limits<short> specialization.

Definition at line 573 of file limits.


Member Function Documentation

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

Definition at line 610 of file limits.

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

Definition at line 588 of file limits.

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

Definition at line 604 of file limits.

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

Definition at line 579 of file limits.

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

Definition at line 577 of file limits.

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

Definition at line 606 of file limits.

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

Definition at line 590 of file limits.

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

Definition at line 608 of file limits.


Member Data Documentation

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

Definition at line 582 of file limits.

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

Definition at line 583 of file limits.

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

Definition at line 601 of file limits.

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

Definition at line 602 of file limits.

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

Definition at line 598 of file limits.

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

Definition at line 599 of file limits.

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

Definition at line 600 of file limits.

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

Definition at line 614 of file limits.

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

Definition at line 586 of file limits.

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

Definition at line 613 of file limits.

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

Definition at line 585 of file limits.

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

Definition at line 615 of file limits.

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

Definition at line 584 of file limits.

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

Definition at line 575 of file limits.

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

Definition at line 595 of file limits.

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

Definition at line 596 of file limits.

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

Definition at line 593 of file limits.

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

Definition at line 594 of file limits.

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

Definition at line 587 of file limits.

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

Definition at line 619 of file limits.

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

Definition at line 618 of file limits.

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

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