std::numeric_limits< long > Struct Template Reference

numeric_limits<long> specialization. More...

List of all members.

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
static const int digits = __glibcxx_digits (long)
static const int digits10 = __glibcxx_digits10 (long)
static const bool is_signed = true
static const bool is_integer = true
static const bool is_exact = true
static const int radix = 2
static const int min_exponent = 0
static const int min_exponent10 = 0
static const int max_exponent = 0
static const int max_exponent10 = 0
static const bool has_infinity = false
static const bool has_quiet_NaN = false
static const bool has_signaling_NaN = false
static const float_denorm_style has_denorm = denorm_absent
static const bool has_denorm_loss = false
static const bool is_iec559 = false
static const bool is_bounded = true
static const bool is_modulo = true
static const bool traps = __glibcxx_integral_traps
static const bool tinyness_before = false
static const float_round_style round_style = round_toward_zero


Detailed Description

template<>
struct std::numeric_limits< long >

numeric_limits<long> specialization.

Definition at line 777 of file limits.


Member Function Documentation

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

Definition at line 814 of file limits.

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

Definition at line 792 of file limits.

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

Definition at line 808 of file limits.

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

Definition at line 783 of file limits.

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

Definition at line 781 of file limits.

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

Definition at line 810 of file limits.

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

Definition at line 794 of file limits.

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

Definition at line 812 of file limits.


Member Data Documentation

const int std::numeric_limits< long >::digits = __glibcxx_digits (long) [static]

Definition at line 786 of file limits.

const int std::numeric_limits< long >::digits10 = __glibcxx_digits10 (long) [static]

Definition at line 787 of file limits.

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

Definition at line 805 of file limits.

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

Definition at line 806 of file limits.

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

Definition at line 802 of file limits.

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

Definition at line 803 of file limits.

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

Definition at line 804 of file limits.

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

Definition at line 818 of file limits.

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

Definition at line 790 of file limits.

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

Definition at line 817 of file limits.

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

Definition at line 789 of file limits.

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

Definition at line 819 of file limits.

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

Definition at line 788 of file limits.

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

Definition at line 779 of file limits.

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

Definition at line 799 of file limits.

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

Definition at line 800 of file limits.

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

Definition at line 797 of file limits.

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

Definition at line 798 of file limits.

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

Definition at line 791 of file limits.

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

Definition at line 823 of file limits.

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

Definition at line 822 of file limits.

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

Definition at line 821 of file limits.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:59:29 2010 for GNU C++ STL by  doxygen 1.4.7