std::numeric_limits< signed char > Struct Template Reference

numeric_limits<signed char> specialization. More...

List of all members.

Static Public Member Functions

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

Static Public Attributes

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

numeric_limits<signed char> specialization.

Definition at line 420 of file limits.


Member Function Documentation

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

Definition at line 457 of file limits.

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

Definition at line 435 of file limits.

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

Definition at line 451 of file limits.

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

Definition at line 426 of file limits.

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

Definition at line 424 of file limits.

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

Definition at line 453 of file limits.

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

Definition at line 437 of file limits.

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

Definition at line 455 of file limits.


Member Data Documentation

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

Definition at line 429 of file limits.

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

Definition at line 430 of file limits.

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

Definition at line 448 of file limits.

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

Definition at line 449 of file limits.

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

Definition at line 445 of file limits.

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

Definition at line 446 of file limits.

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

Definition at line 447 of file limits.

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

Definition at line 461 of file limits.

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

Definition at line 433 of file limits.

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

Definition at line 460 of file limits.

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

Definition at line 432 of file limits.

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

Definition at line 462 of file limits.

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

Definition at line 431 of file limits.

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

Definition at line 422 of file limits.

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

Definition at line 442 of file limits.

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

Definition at line 443 of file limits.

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

Definition at line 440 of file limits.

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

Definition at line 441 of file limits.

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

Definition at line 434 of file limits.

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

Definition at line 466 of file limits.

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

Definition at line 465 of file limits.

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

Definition at line 464 of file limits.


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