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 ()

Static Public Attributes

const bool is_specialized = true
const int digits = 32
const int digits10 = 9
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

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

Definition at line 630 of file limits_generic.h.

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

Definition at line 608 of file limits_generic.h.

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

Definition at line 624 of file limits_generic.h.

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

Definition at line 599 of file limits_generic.h.

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

Definition at line 597 of file limits_generic.h.

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

Definition at line 626 of file limits_generic.h.

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

Definition at line 610 of file limits_generic.h.

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

Definition at line 628 of file limits_generic.h.


Member Data Documentation

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

Definition at line 602 of file limits_generic.h.

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

Definition at line 603 of file limits_generic.h.

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

Definition at line 621 of file limits_generic.h.

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

Definition at line 622 of file limits_generic.h.

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

Definition at line 618 of file limits_generic.h.

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

Definition at line 619 of file limits_generic.h.

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

Definition at line 620 of file limits_generic.h.

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

Definition at line 634 of file limits_generic.h.

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

Definition at line 606 of file limits_generic.h.

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

Definition at line 633 of file limits_generic.h.

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

Definition at line 605 of file limits_generic.h.

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

Definition at line 635 of file limits_generic.h.

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

Definition at line 604 of file limits_generic.h.

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

Definition at line 595 of file limits_generic.h.

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

Definition at line 615 of file limits_generic.h.

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

Definition at line 616 of file limits_generic.h.

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

Definition at line 613 of file limits_generic.h.

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

Definition at line 614 of file limits_generic.h.

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

Definition at line 607 of file limits_generic.h.

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

Definition at line 639 of file limits_generic.h.

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

Definition at line 638 of file limits_generic.h.

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

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