Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::numeric_limits< bool > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

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

Static Public Attributes

const bool is_specialized = true
const int digits = 8
const int digits10 = 2
const bool is_signed = false
const bool is_integer = true
const bool is_exact = true
const int radix = 2
const int min_exponent = 0
const int min_exponent10 = 0
const int max_exponent = 0
const int max_exponent10 = 0
const bool has_infinity = false
const bool has_quiet_NaN = false
const bool has_signaling_NaN = false
const float_denorm_style has_denorm = denorm_absent
const bool has_denorm_loss = false
const bool is_iec559 = true
const bool is_bounded = true
const bool is_modulo = true
const bool traps = false
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

template<> struct std::numeric_limits< bool >


Member Function Documentation

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

Definition at line 148 of file limits_generic.h.

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

Definition at line 126 of file limits_generic.h.

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

Definition at line 142 of file limits_generic.h.

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

Definition at line 117 of file limits_generic.h.

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

Definition at line 115 of file limits_generic.h.

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

Definition at line 144 of file limits_generic.h.

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

Definition at line 128 of file limits_generic.h.

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

Definition at line 146 of file limits_generic.h.


Member Data Documentation

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

Definition at line 120 of file limits_generic.h.

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

Definition at line 121 of file limits_generic.h.

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

Definition at line 139 of file limits_generic.h.

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

Definition at line 140 of file limits_generic.h.

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

Definition at line 136 of file limits_generic.h.

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

Definition at line 137 of file limits_generic.h.

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

Definition at line 138 of file limits_generic.h.

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

Definition at line 152 of file limits_generic.h.

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

Definition at line 124 of file limits_generic.h.

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

Definition at line 151 of file limits_generic.h.

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

Definition at line 123 of file limits_generic.h.

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

Definition at line 153 of file limits_generic.h.

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

Definition at line 122 of file limits_generic.h.

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

Definition at line 113 of file limits_generic.h.

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

Definition at line 133 of file limits_generic.h.

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

Definition at line 134 of file limits_generic.h.

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

Definition at line 131 of file limits_generic.h.

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

Definition at line 132 of file limits_generic.h.

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

Definition at line 125 of file limits_generic.h.

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

Definition at line 157 of file limits_generic.h.

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

Definition at line 156 of file limits_generic.h.

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

Definition at line 155 of file limits_generic.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:25 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001