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

std::numeric_limits Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

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

Static Public Attributes

const bool is_specialized = false
const int digits = 0
const int digits10 = 0
const bool is_signed = false
const bool is_integer = false
const bool is_exact = false
const int radix = 0
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 = false
const bool is_bounded = false
const bool is_modulo = false
const bool traps = false
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

template<typename _T> struct std::numeric_limits


Member Function Documentation

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

Definition at line 96 of file limits_generic.h.

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

Definition at line 79 of file limits_generic.h.

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

Definition at line 93 of file limits_generic.h.

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

Definition at line 70 of file limits_generic.h.

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

Definition at line 69 of file limits_generic.h.

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

Definition at line 94 of file limits_generic.h.

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

Definition at line 80 of file limits_generic.h.

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

Definition at line 95 of file limits_generic.h.


Member Data Documentation

template<typename _T>
const int std::numeric_limits<_T>::digits = 0 [static]
 

Definition at line 72 of file limits_generic.h.

template<typename _T>
const int std::numeric_limits<_T>::digits10 = 0 [static]
 

Definition at line 73 of file limits_generic.h.

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

Definition at line 90 of file limits_generic.h.

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

Definition at line 91 of file limits_generic.h.

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

Definition at line 87 of file limits_generic.h.

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

Definition at line 88 of file limits_generic.h.

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

Definition at line 89 of file limits_generic.h.

template<typename _T>
const bool std::numeric_limits<_T>::is_bounded = false [static]
 

Definition at line 99 of file limits_generic.h.

template<typename _T>
const bool std::numeric_limits<_T>::is_exact = false [static]
 

Definition at line 76 of file limits_generic.h.

template<typename _T>
const bool std::numeric_limits<_T>::is_iec559 = false [static]
 

Definition at line 98 of file limits_generic.h.

template<typename _T>
const bool std::numeric_limits<_T>::is_integer = false [static]
 

Definition at line 75 of file limits_generic.h.

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

Definition at line 100 of file limits_generic.h.

template<typename _T>
const bool std::numeric_limits<_T>::is_signed = false [static]
 

Definition at line 74 of file limits_generic.h.

template<typename _T>
const bool std::numeric_limits<_T>::is_specialized = false [static]
 

Definition at line 67 of file limits_generic.h.

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

Definition at line 84 of file limits_generic.h.

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

Definition at line 85 of file limits_generic.h.

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

Definition at line 82 of file limits_generic.h.

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

Definition at line 83 of file limits_generic.h.

template<typename _T>
const int std::numeric_limits<_T>::radix = 0 [static]
 

Definition at line 77 of file limits_generic.h.

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

Definition at line 104 of file limits_generic.h.

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

Definition at line 103 of file limits_generic.h.

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

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