std::numeric_limits< char > Struct Template Reference

numeric_limits<char> specialization. More...

List of all members.

Static Public Member Functions

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

Static Public Attributes

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

numeric_limits<char> specialization.

Definition at line 369 of file limits.


Member Function Documentation

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

Definition at line 406 of file limits.

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

Definition at line 384 of file limits.

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

Definition at line 400 of file limits.

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

Definition at line 375 of file limits.

References __glibcxx_max.

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

Definition at line 373 of file limits.

References __glibcxx_min.

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

Definition at line 402 of file limits.

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

Definition at line 386 of file limits.

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

Definition at line 404 of file limits.


Member Data Documentation

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

Definition at line 378 of file limits.

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

Definition at line 379 of file limits.

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

Definition at line 397 of file limits.

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

Definition at line 398 of file limits.

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

Definition at line 394 of file limits.

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

Definition at line 395 of file limits.

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

Definition at line 396 of file limits.

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

Definition at line 410 of file limits.

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

Definition at line 382 of file limits.

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

Definition at line 409 of file limits.

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

Definition at line 381 of file limits.

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

Definition at line 411 of file limits.

const bool std::numeric_limits< char >::is_signed = __glibcxx_signed (char) [static]

Definition at line 380 of file limits.

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

Definition at line 371 of file limits.

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

Definition at line 391 of file limits.

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

Definition at line 392 of file limits.

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

Definition at line 389 of file limits.

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

Definition at line 390 of file limits.

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

Definition at line 383 of file limits.

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

Definition at line 415 of file limits.

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

Definition at line 414 of file limits.

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

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