Whole document tree
    

Whole document tree

Templatestd::numeric_limits< signed char > struct Reference
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 ()
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

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

Definition at line 1171 of file std_limits.h.

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

Definition at line 258 of file limits_generic.h.

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

Definition at line 1149 of file std_limits.h.

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

Definition at line 236 of file limits_generic.h.

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

Definition at line 1165 of file std_limits.h.

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

Definition at line 252 of file limits_generic.h.

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

Definition at line 1140 of file std_limits.h.

References __glibcpp_signed_char_max.

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

Definition at line 227 of file limits_generic.h.

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

Definition at line 1138 of file std_limits.h.

References __glibcpp_signed_char_min.

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

Definition at line 225 of file limits_generic.h.

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

Definition at line 1167 of file std_limits.h.

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

Definition at line 254 of file limits_generic.h.

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

Definition at line 1151 of file std_limits.h.

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

Definition at line 238 of file limits_generic.h.

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

Definition at line 1169 of file std_limits.h.

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

Definition at line 256 of file limits_generic.h.


Member Data Documentation

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

Definition at line 87 of file limits_generic.cc.

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

Definition at line 88 of file limits_generic.cc.

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

Definition at line 100 of file limits_generic.cc.

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

Definition at line 101 of file limits_generic.cc.

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

Definition at line 97 of file limits_generic.cc.

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

Definition at line 98 of file limits_generic.cc.

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

Definition at line 99 of file limits_generic.cc.

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

Definition at line 103 of file limits_generic.cc.

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

Definition at line 91 of file limits_generic.cc.

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

Definition at line 102 of file limits_generic.cc.

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

Definition at line 90 of file limits_generic.cc.

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

Definition at line 104 of file limits_generic.cc.

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

Definition at line 89 of file limits_generic.cc.

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

Definition at line 86 of file limits_generic.cc.

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

Definition at line 95 of file limits_generic.cc.

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

Definition at line 96 of file limits_generic.cc.

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

Definition at line 93 of file limits_generic.cc.

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

Definition at line 94 of file limits_generic.cc.

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

Definition at line 92 of file limits_generic.cc.

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

Definition at line 107 of file limits_generic.cc.

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

Definition at line 106 of file limits_generic.cc.

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

Definition at line 105 of file limits_generic.cc.


The documentation for this struct was generated from the following files:
Generated on Mon Apr 8 03:19:17 2002 for libstdc++-v3 Source by doxygen1.2.15