Whole document tree
    

Whole document tree

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

std::numeric_limits< unsigned long > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

unsigned long min () throw ()
unsigned long max () throw ()
unsigned long epsilon () throw ()
unsigned long round_error () throw ()
unsigned long infinity () throw ()
unsigned long quiet_NaN () throw ()
unsigned long signaling_NaN () throw ()
unsigned long denorm_min () throw ()
unsigned long min () throw ()
unsigned long max () throw ()
unsigned long epsilon () throw ()
unsigned long round_error () throw ()
unsigned long infinity () throw ()
unsigned long quiet_NaN () throw ()
unsigned long signaling_NaN () throw ()
unsigned long 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 long >


Member Function Documentation

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

Definition at line 1617 of file std_limits.h.

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

Definition at line 670 of file limits_generic.h.

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

Definition at line 1595 of file std_limits.h.

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

Definition at line 648 of file limits_generic.h.

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

Definition at line 1611 of file std_limits.h.

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

Definition at line 664 of file limits_generic.h.

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

Definition at line 1586 of file std_limits.h.

References __glibcpp_unsigned_long_max.

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

Definition at line 631 of file limits_generic.h.

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

Definition at line 1584 of file std_limits.h.

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

Definition at line 629 of file limits_generic.h.

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

Definition at line 1613 of file std_limits.h.

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

Definition at line 666 of file limits_generic.h.

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

Definition at line 1597 of file std_limits.h.

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

Definition at line 650 of file limits_generic.h.

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

Definition at line 1615 of file std_limits.h.

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

Definition at line 668 of file limits_generic.h.


Member Data Documentation

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

Definition at line 248 of file limits_generic.cc.

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

Definition at line 249 of file limits_generic.cc.

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

Definition at line 261 of file limits_generic.cc.

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

Definition at line 262 of file limits_generic.cc.

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

Definition at line 258 of file limits_generic.cc.

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

Definition at line 259 of file limits_generic.cc.

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

Definition at line 260 of file limits_generic.cc.

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

Definition at line 264 of file limits_generic.cc.

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

Definition at line 252 of file limits_generic.cc.

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

Definition at line 263 of file limits_generic.cc.

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

Definition at line 251 of file limits_generic.cc.

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

Definition at line 265 of file limits_generic.cc.

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

Definition at line 250 of file limits_generic.cc.

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

Definition at line 247 of file limits_generic.cc.

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

Definition at line 256 of file limits_generic.cc.

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

Definition at line 257 of file limits_generic.cc.

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

Definition at line 254 of file limits_generic.cc.

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

Definition at line 255 of file limits_generic.cc.

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

Definition at line 253 of file limits_generic.cc.

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

Definition at line 268 of file limits_generic.cc.

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

Definition at line 267 of file limits_generic.cc.

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

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