Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::numeric_limits< long > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

long min () throw ()
long max () throw ()
long epsilon () throw ()
long round_error () throw ()
long infinity () throw ()
long quiet_NaN () throw ()
long signaling_NaN () throw ()
long denorm_min () throw ()

Static Public Attributes

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


Member Function Documentation

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

Definition at line 582 of file limits_generic.h.

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

Definition at line 560 of file limits_generic.h.

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

Definition at line 576 of file limits_generic.h.

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

Definition at line 551 of file limits_generic.h.

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

Definition at line 549 of file limits_generic.h.

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

Definition at line 578 of file limits_generic.h.

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

Definition at line 562 of file limits_generic.h.

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

Definition at line 580 of file limits_generic.h.


Member Data Documentation

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

Definition at line 554 of file limits_generic.h.

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

Definition at line 555 of file limits_generic.h.

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

Definition at line 573 of file limits_generic.h.

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

Definition at line 574 of file limits_generic.h.

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

Definition at line 570 of file limits_generic.h.

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

Definition at line 571 of file limits_generic.h.

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

Definition at line 572 of file limits_generic.h.

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

Definition at line 586 of file limits_generic.h.

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

Definition at line 558 of file limits_generic.h.

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

Definition at line 585 of file limits_generic.h.

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

Definition at line 557 of file limits_generic.h.

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

Definition at line 587 of file limits_generic.h.

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

Definition at line 556 of file limits_generic.h.

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

Definition at line 547 of file limits_generic.h.

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

Definition at line 567 of file limits_generic.h.

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

Definition at line 568 of file limits_generic.h.

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

Definition at line 565 of file limits_generic.h.

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

Definition at line 566 of file limits_generic.h.

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

Definition at line 559 of file limits_generic.h.

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

Definition at line 591 of file limits_generic.h.

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

Definition at line 590 of file limits_generic.h.

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

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