Whole document tree
    

Whole document tree

Templatestd::numeric_limits< int > struct Reference
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 ()
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 = 15
const int digits10 = 4
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

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

Definition at line 1450 of file std_limits.h.

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

Definition at line 505 of file limits_generic.h.

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

Definition at line 1428 of file std_limits.h.

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

Definition at line 483 of file limits_generic.h.

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

Definition at line 1444 of file std_limits.h.

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

Definition at line 499 of file limits_generic.h.

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

Definition at line 1419 of file std_limits.h.

References __glibcpp_signed_int_max.

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

Definition at line 469 of file limits_generic.h.

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

Definition at line 1417 of file std_limits.h.

References __glibcpp_signed_int_min.

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

Definition at line 467 of file limits_generic.h.

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

Definition at line 1446 of file std_limits.h.

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

Definition at line 501 of file limits_generic.h.

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

Definition at line 1430 of file std_limits.h.

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

Definition at line 485 of file limits_generic.h.

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

Definition at line 1448 of file std_limits.h.

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

Definition at line 503 of file limits_generic.h.


Member Data Documentation

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

Definition at line 179 of file limits_generic.cc.

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

Definition at line 180 of file limits_generic.cc.

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

Definition at line 192 of file limits_generic.cc.

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

Definition at line 193 of file limits_generic.cc.

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

Definition at line 189 of file limits_generic.cc.

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

Definition at line 190 of file limits_generic.cc.

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

Definition at line 191 of file limits_generic.cc.

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

Definition at line 195 of file limits_generic.cc.

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

Definition at line 183 of file limits_generic.cc.

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

Definition at line 194 of file limits_generic.cc.

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

Definition at line 182 of file limits_generic.cc.

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

Definition at line 196 of file limits_generic.cc.

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

Definition at line 181 of file limits_generic.cc.

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

Definition at line 178 of file limits_generic.cc.

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

Definition at line 187 of file limits_generic.cc.

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

Definition at line 188 of file limits_generic.cc.

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

Definition at line 185 of file limits_generic.cc.

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

Definition at line 186 of file limits_generic.cc.

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

Definition at line 184 of file limits_generic.cc.

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

Definition at line 199 of file limits_generic.cc.

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

Definition at line 198 of file limits_generic.cc.

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

Definition at line 197 of file limits_generic.cc.


The documentation for this struct was generated from the following files:
Generated on Mon Apr 8 03:19:16 2002 for libstdc++-v3 Source by doxygen1.2.15