cartobase  5.0.5
std::numeric_limits< unsigned long > Struct Template Reference

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_unsigned_long_digits
 
static const int digits10 = __glibcpp_unsigned_long_digits10
 
static const bool is_signed = false
 
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 = true
 
static const bool is_bounded = true
 
static const bool is_modulo = true
 
static const bool traps = __glibcpp_unsigned_long_traps
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

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

Definition at line 1572 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

static unsigned long std::numeric_limits< unsigned long >::denorm_min ( )
throw (
)
inlinestatic

Definition at line 1609 of file limits_gcc3.h.

◆ epsilon()

static unsigned long std::numeric_limits< unsigned long >::epsilon ( )
throw (
)
inlinestatic

Definition at line 1587 of file limits_gcc3.h.

◆ infinity()

static unsigned long std::numeric_limits< unsigned long >::infinity ( )
throw (
)
inlinestatic

Definition at line 1603 of file limits_gcc3.h.

◆ max()

static unsigned long std::numeric_limits< unsigned long >::max ( )
throw (
)
inlinestatic

Definition at line 1578 of file limits_gcc3.h.

References __glibcpp_unsigned_long_max.

◆ min()

static unsigned long std::numeric_limits< unsigned long >::min ( )
throw (
)
inlinestatic

Definition at line 1576 of file limits_gcc3.h.

◆ quiet_NaN()

static unsigned long std::numeric_limits< unsigned long >::quiet_NaN ( )
throw (
)
inlinestatic

Definition at line 1605 of file limits_gcc3.h.

◆ round_error()

static unsigned long std::numeric_limits< unsigned long >::round_error ( )
throw (
)
inlinestatic

Definition at line 1589 of file limits_gcc3.h.

◆ signaling_NaN()

static unsigned long std::numeric_limits< unsigned long >::signaling_NaN ( )
throw (
)
inlinestatic

Definition at line 1607 of file limits_gcc3.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< unsigned long >::digits = __glibcpp_unsigned_long_digits
static

Definition at line 1581 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< unsigned long >::digits10 = __glibcpp_unsigned_long_digits10
static

Definition at line 1582 of file limits_gcc3.h.

◆ has_denorm

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

Definition at line 1600 of file limits_gcc3.h.

◆ has_denorm_loss

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

Definition at line 1601 of file limits_gcc3.h.

◆ has_infinity

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

Definition at line 1597 of file limits_gcc3.h.

◆ has_quiet_NaN

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

Definition at line 1598 of file limits_gcc3.h.

◆ has_signaling_NaN

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

Definition at line 1599 of file limits_gcc3.h.

◆ is_bounded

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

Definition at line 1613 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1585 of file limits_gcc3.h.

◆ is_iec559

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

Definition at line 1612 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1584 of file limits_gcc3.h.

◆ is_modulo

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

Definition at line 1614 of file limits_gcc3.h.

◆ is_signed

const bool std::numeric_limits< unsigned long >::is_signed = false
static

Definition at line 1583 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1574 of file limits_gcc3.h.

◆ max_exponent

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

Definition at line 1594 of file limits_gcc3.h.

◆ max_exponent10

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

Definition at line 1595 of file limits_gcc3.h.

◆ min_exponent

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

Definition at line 1592 of file limits_gcc3.h.

◆ min_exponent10

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

Definition at line 1593 of file limits_gcc3.h.

◆ radix

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

Definition at line 1586 of file limits_gcc3.h.

◆ round_style

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

Definition at line 1618 of file limits_gcc3.h.

◆ tinyness_before

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

Definition at line 1617 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< unsigned long >::traps = __glibcpp_unsigned_long_traps
static

Definition at line 1616 of file limits_gcc3.h.


The documentation for this struct was generated from the following file: