std::numeric_limits< bool > Struct Template Reference

numeric_limits<bool> specialization. More...

List of all members.

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
static const int digits = 1
static const int digits10 = 0
static const bool is_signed = false
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 = false
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< bool >

numeric_limits<bool> specialization.

Definition at line 315 of file limits.


Member Function Documentation

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

Definition at line 352 of file limits.

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

Definition at line 330 of file limits.

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

Definition at line 346 of file limits.

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

Definition at line 321 of file limits.

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

Definition at line 319 of file limits.

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

Definition at line 348 of file limits.

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

Definition at line 332 of file limits.

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

Definition at line 350 of file limits.


Member Data Documentation

const int std::numeric_limits< bool >::digits = 1 [static]

Definition at line 324 of file limits.

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

Definition at line 325 of file limits.

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

Definition at line 343 of file limits.

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

Definition at line 344 of file limits.

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

Definition at line 340 of file limits.

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

Definition at line 341 of file limits.

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

Definition at line 342 of file limits.

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

Definition at line 356 of file limits.

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

Definition at line 328 of file limits.

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

Definition at line 355 of file limits.

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

Definition at line 327 of file limits.

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

Definition at line 357 of file limits.

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

Definition at line 326 of file limits.

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

Definition at line 317 of file limits.

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

Definition at line 337 of file limits.

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

Definition at line 338 of file limits.

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

Definition at line 335 of file limits.

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

Definition at line 336 of file limits.

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

Definition at line 329 of file limits.

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

Definition at line 364 of file limits.

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

Definition at line 363 of file limits.

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

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