Whole document tree
    

Whole document tree

Templatestd::numeric_limits< long long > struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::numeric_limits< long long > Struct Template Reference

#include <std_limits.h>

List of all members.

Static Public Methods

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

Static Public Attributes

const bool is_specialized = true
const int digits = __glibcpp_signed_long_long_digits
const int digits10 = __glibcpp_signed_long_long_digits10
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 = __glibcpp_signed_long_long_traps
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

template<>
struct std::numeric_limits< long long >


Member Function Documentation

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

Definition at line 1672 of file std_limits.h.

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

Definition at line 1650 of file std_limits.h.

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

Definition at line 1666 of file std_limits.h.

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

Definition at line 1641 of file std_limits.h.

References __glibcpp_signed_long_long_max.

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

Definition at line 1639 of file std_limits.h.

References __glibcpp_signed_long_long_min.

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

Definition at line 1668 of file std_limits.h.

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

Definition at line 1652 of file std_limits.h.

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

Definition at line 1670 of file std_limits.h.


Member Data Documentation

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

Definition at line 309 of file limits.cc.

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

Definition at line 310 of file limits.cc.

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

Definition at line 322 of file limits.cc.

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

Definition at line 323 of file limits.cc.

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

Definition at line 319 of file limits.cc.

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

Definition at line 320 of file limits.cc.

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

Definition at line 321 of file limits.cc.

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

Definition at line 325 of file limits.cc.

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

Definition at line 313 of file limits.cc.

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

Definition at line 324 of file limits.cc.

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

Definition at line 312 of file limits.cc.

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

Definition at line 326 of file limits.cc.

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

Definition at line 311 of file limits.cc.

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

Definition at line 308 of file limits.cc.

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

Definition at line 317 of file limits.cc.

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

Definition at line 318 of file limits.cc.

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

Definition at line 315 of file limits.cc.

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

Definition at line 316 of file limits.cc.

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

Definition at line 314 of file limits.cc.

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

Definition at line 329 of file limits.cc.

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

Definition at line 328 of file limits.cc.

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

Definition at line 327 of file limits.cc.


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