std::numeric_limits< wchar_t > Struct Template Reference

numeric_limits<wchar_t> specialization. More...

List of all members.

Static Public Member Functions

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

Static Public Attributes

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

numeric_limits<wchar_t> specialization.

Definition at line 522 of file limits.


Member Function Documentation

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

Definition at line 559 of file limits.

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

Definition at line 537 of file limits.

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

Definition at line 553 of file limits.

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

Definition at line 528 of file limits.

References __glibcxx_max.

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

Definition at line 526 of file limits.

References __glibcxx_min.

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

Definition at line 555 of file limits.

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

Definition at line 539 of file limits.

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

Definition at line 557 of file limits.


Member Data Documentation

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

Definition at line 531 of file limits.

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

Definition at line 532 of file limits.

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

Definition at line 550 of file limits.

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

Definition at line 551 of file limits.

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

Definition at line 547 of file limits.

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

Definition at line 548 of file limits.

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

Definition at line 549 of file limits.

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

Definition at line 563 of file limits.

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

Definition at line 535 of file limits.

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

Definition at line 562 of file limits.

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

Definition at line 534 of file limits.

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

Definition at line 564 of file limits.

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

Definition at line 533 of file limits.

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

Definition at line 524 of file limits.

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

Definition at line 544 of file limits.

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

Definition at line 545 of file limits.

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

Definition at line 542 of file limits.

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

Definition at line 543 of file limits.

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

Definition at line 536 of file limits.

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

Definition at line 568 of file limits.

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

Definition at line 567 of file limits.

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

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