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

std::numeric_limits< int > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

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


Member Function Documentation

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

Definition at line 486 of file limits_generic.h.

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

Definition at line 464 of file limits_generic.h.

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

Definition at line 480 of file limits_generic.h.

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

Definition at line 455 of file limits_generic.h.

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

Definition at line 453 of file limits_generic.h.

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

Definition at line 482 of file limits_generic.h.

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

Definition at line 466 of file limits_generic.h.

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

Definition at line 484 of file limits_generic.h.


Member Data Documentation

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

Definition at line 458 of file limits_generic.h.

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

Definition at line 459 of file limits_generic.h.

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

Definition at line 477 of file limits_generic.h.

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

Definition at line 478 of file limits_generic.h.

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

Definition at line 474 of file limits_generic.h.

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

Definition at line 475 of file limits_generic.h.

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

Definition at line 476 of file limits_generic.h.

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

Definition at line 490 of file limits_generic.h.

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

Definition at line 462 of file limits_generic.h.

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

Definition at line 489 of file limits_generic.h.

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

Definition at line 461 of file limits_generic.h.

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

Definition at line 491 of file limits_generic.h.

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

Definition at line 460 of file limits_generic.h.

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

Definition at line 451 of file limits_generic.h.

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

Definition at line 471 of file limits_generic.h.

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

Definition at line 472 of file limits_generic.h.

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

Definition at line 469 of file limits_generic.h.

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

Definition at line 470 of file limits_generic.h.

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

Definition at line 463 of file limits_generic.h.

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

Definition at line 495 of file limits_generic.h.

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

Definition at line 494 of file limits_generic.h.

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

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