Whole document tree
    

Whole document tree

Templatestd::numeric_limits< unsigned char > struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::numeric_limits< unsigned char > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

unsigned char min () throw ()
unsigned char max () throw ()
unsigned char epsilon () throw ()
unsigned char round_error () throw ()
unsigned char infinity () throw ()
unsigned char quiet_NaN () throw ()
unsigned char signaling_NaN () throw ()
unsigned char denorm_min () throw ()
unsigned char min () throw ()
unsigned char max () throw ()
unsigned char epsilon () throw ()
unsigned char round_error () throw ()
unsigned char infinity () throw ()
unsigned char quiet_NaN () throw ()
unsigned char signaling_NaN () throw ()
unsigned char 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 = false
const bool is_bounded = true
const bool is_modulo = true
const bool traps = true
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

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


Member Function Documentation

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

Definition at line 1227 of file std_limits.h.

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

Definition at line 306 of file limits_generic.h.

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

Definition at line 1205 of file std_limits.h.

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

Definition at line 284 of file limits_generic.h.

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

Definition at line 1221 of file std_limits.h.

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

Definition at line 300 of file limits_generic.h.

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

Definition at line 1196 of file std_limits.h.

References __glibcpp_unsigned_char_max.

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

Definition at line 275 of file limits_generic.h.

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

Definition at line 1194 of file std_limits.h.

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

Definition at line 273 of file limits_generic.h.

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

Definition at line 1223 of file std_limits.h.

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

Definition at line 302 of file limits_generic.h.

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

Definition at line 1207 of file std_limits.h.

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

Definition at line 286 of file limits_generic.h.

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

Definition at line 1225 of file std_limits.h.

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

Definition at line 304 of file limits_generic.h.


Member Data Documentation

const int std::numeric_limits< unsigned char >::digits = 8 [static]
 

Definition at line 110 of file limits_generic.cc.

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

Definition at line 111 of file limits_generic.cc.

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

Definition at line 123 of file limits_generic.cc.

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

Definition at line 124 of file limits_generic.cc.

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

Definition at line 120 of file limits_generic.cc.

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

Definition at line 121 of file limits_generic.cc.

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

Definition at line 122 of file limits_generic.cc.

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

Definition at line 126 of file limits_generic.cc.

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

Definition at line 114 of file limits_generic.cc.

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

Definition at line 125 of file limits_generic.cc.

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

Definition at line 113 of file limits_generic.cc.

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

Definition at line 127 of file limits_generic.cc.

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

Definition at line 112 of file limits_generic.cc.

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

Definition at line 109 of file limits_generic.cc.

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

Definition at line 118 of file limits_generic.cc.

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

Definition at line 119 of file limits_generic.cc.

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

Definition at line 116 of file limits_generic.cc.

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

Definition at line 117 of file limits_generic.cc.

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

Definition at line 115 of file limits_generic.cc.

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

Definition at line 130 of file limits_generic.cc.

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

Definition at line 129 of file limits_generic.cc.

const bool std::numeric_limits< unsigned char >::traps = true [static]
 

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