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

std::numeric_limits< signed char > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

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

Static Public Attributes

const bool is_specialized = true
const int digits = 7
const int digits10 = 2
const bool is_signed = true
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 = false
const bool is_bounded = true
const bool is_modulo = false
const bool traps = false
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

template<> struct std::numeric_limits< signed char >


Member Function Documentation

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

Definition at line 244 of file limits_generic.h.

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

Definition at line 222 of file limits_generic.h.

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

Definition at line 238 of file limits_generic.h.

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

Definition at line 213 of file limits_generic.h.

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

Definition at line 211 of file limits_generic.h.

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

Definition at line 240 of file limits_generic.h.

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

Definition at line 224 of file limits_generic.h.

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

Definition at line 242 of file limits_generic.h.


Member Data Documentation

template<>
const int std::numeric_limits< signed char >::digits = 7 [static]
 

Definition at line 216 of file limits_generic.h.

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

Definition at line 217 of file limits_generic.h.

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

Definition at line 235 of file limits_generic.h.

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

Definition at line 236 of file limits_generic.h.

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

Definition at line 232 of file limits_generic.h.

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

Definition at line 233 of file limits_generic.h.

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

Definition at line 234 of file limits_generic.h.

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

Definition at line 248 of file limits_generic.h.

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

Definition at line 220 of file limits_generic.h.

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

Definition at line 247 of file limits_generic.h.

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

Definition at line 219 of file limits_generic.h.

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

Definition at line 249 of file limits_generic.h.

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

Definition at line 218 of file limits_generic.h.

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

Definition at line 209 of file limits_generic.h.

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

Definition at line 229 of file limits_generic.h.

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

Definition at line 230 of file limits_generic.h.

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

Definition at line 227 of file limits_generic.h.

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

Definition at line 228 of file limits_generic.h.

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

Definition at line 221 of file limits_generic.h.

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

Definition at line 253 of file limits_generic.h.

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

Definition at line 252 of file limits_generic.h.

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

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