Whole document tree
    

Whole document tree

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

std::numeric_limits< unsigned int > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

unsigned int min () throw ()
unsigned int max () throw ()
unsigned int epsilon () throw ()
unsigned int round_error () throw ()
unsigned int infinity () throw ()
unsigned int quiet_NaN () throw ()
unsigned int signaling_NaN () throw ()
unsigned int denorm_min () throw ()
unsigned int min () throw ()
unsigned int max () throw ()
unsigned int epsilon () throw ()
unsigned int round_error () throw ()
unsigned int infinity () throw ()
unsigned int quiet_NaN () throw ()
unsigned int signaling_NaN () throw ()
unsigned int denorm_min () throw ()

Static Public Attributes

const bool is_specialized = true
const int digits = 16
const int digits10 = 4
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 = true
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

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


Member Function Documentation

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

Definition at line 1506 of file std_limits.h.

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

Definition at line 558 of file limits_generic.h.

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

Definition at line 1484 of file std_limits.h.

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

Definition at line 536 of file limits_generic.h.

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

Definition at line 1500 of file std_limits.h.

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

Definition at line 552 of file limits_generic.h.

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

Definition at line 1475 of file std_limits.h.

References __glibcpp_unsigned_int_max.

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

Definition at line 522 of file limits_generic.h.

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

Definition at line 1473 of file std_limits.h.

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

Definition at line 520 of file limits_generic.h.

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

Definition at line 1502 of file std_limits.h.

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

Definition at line 554 of file limits_generic.h.

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

Definition at line 1486 of file std_limits.h.

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

Definition at line 538 of file limits_generic.h.

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

Definition at line 1504 of file std_limits.h.

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

Definition at line 556 of file limits_generic.h.


Member Data Documentation

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

Definition at line 202 of file limits_generic.cc.

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

Definition at line 203 of file limits_generic.cc.

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

Definition at line 215 of file limits_generic.cc.

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

Definition at line 216 of file limits_generic.cc.

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

Definition at line 212 of file limits_generic.cc.

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

Definition at line 213 of file limits_generic.cc.

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

Definition at line 214 of file limits_generic.cc.

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

Definition at line 218 of file limits_generic.cc.

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

Definition at line 206 of file limits_generic.cc.

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

Definition at line 217 of file limits_generic.cc.

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

Definition at line 205 of file limits_generic.cc.

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

Definition at line 219 of file limits_generic.cc.

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

Definition at line 204 of file limits_generic.cc.

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

Definition at line 201 of file limits_generic.cc.

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

Definition at line 210 of file limits_generic.cc.

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

Definition at line 211 of file limits_generic.cc.

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

Definition at line 208 of file limits_generic.cc.

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

Definition at line 209 of file limits_generic.cc.

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

Definition at line 207 of file limits_generic.cc.

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

Definition at line 222 of file limits_generic.cc.

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

Definition at line 221 of file limits_generic.cc.

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

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