cartobase  5.0.5
std::numeric_limits< int > Struct Template Reference

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_signed_int_digits
 
static const int digits10 = __glibcpp_signed_int_digits10
 
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 = true
 
static const bool is_bounded = true
 
static const bool is_modulo = __glibcpp_signed_int_is_modulo
 
static const bool traps = __glibcpp_signed_int_traps
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

template<>
struct std::numeric_limits< int >

Definition at line 1403 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

static int std::numeric_limits< int >::denorm_min ( )
throw (
)
inlinestatic

Definition at line 1440 of file limits_gcc3.h.

◆ epsilon()

static int std::numeric_limits< int >::epsilon ( )
throw (
)
inlinestatic

Definition at line 1418 of file limits_gcc3.h.

◆ infinity()

static int std::numeric_limits< int >::infinity ( )
throw (
)
inlinestatic

Definition at line 1434 of file limits_gcc3.h.

◆ max()

static int std::numeric_limits< int >::max ( )
throw (
)
inlinestatic

Definition at line 1409 of file limits_gcc3.h.

References __glibcpp_signed_int_max.

◆ min()

static int std::numeric_limits< int >::min ( )
throw (
)
inlinestatic

Definition at line 1407 of file limits_gcc3.h.

References __glibcpp_signed_int_min.

◆ quiet_NaN()

static int std::numeric_limits< int >::quiet_NaN ( )
throw (
)
inlinestatic

Definition at line 1436 of file limits_gcc3.h.

◆ round_error()

static int std::numeric_limits< int >::round_error ( )
throw (
)
inlinestatic

Definition at line 1420 of file limits_gcc3.h.

◆ signaling_NaN()

static int std::numeric_limits< int >::signaling_NaN ( )
throw (
)
inlinestatic

Definition at line 1438 of file limits_gcc3.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< int >::digits = __glibcpp_signed_int_digits
static

Definition at line 1412 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< int >::digits10 = __glibcpp_signed_int_digits10
static

Definition at line 1413 of file limits_gcc3.h.

◆ has_denorm

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

Definition at line 1431 of file limits_gcc3.h.

◆ has_denorm_loss

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

Definition at line 1432 of file limits_gcc3.h.

◆ has_infinity

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

Definition at line 1428 of file limits_gcc3.h.

◆ has_quiet_NaN

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

Definition at line 1429 of file limits_gcc3.h.

◆ has_signaling_NaN

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

Definition at line 1430 of file limits_gcc3.h.

◆ is_bounded

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

Definition at line 1444 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1416 of file limits_gcc3.h.

◆ is_iec559

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

Definition at line 1443 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1415 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< int >::is_modulo = __glibcpp_signed_int_is_modulo
static

Definition at line 1445 of file limits_gcc3.h.

◆ is_signed

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

Definition at line 1414 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1405 of file limits_gcc3.h.

◆ max_exponent

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

Definition at line 1425 of file limits_gcc3.h.

◆ max_exponent10

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

Definition at line 1426 of file limits_gcc3.h.

◆ min_exponent

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

Definition at line 1423 of file limits_gcc3.h.

◆ min_exponent10

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

Definition at line 1424 of file limits_gcc3.h.

◆ radix

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

Definition at line 1417 of file limits_gcc3.h.

◆ round_style

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

Definition at line 1449 of file limits_gcc3.h.

◆ tinyness_before

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

Definition at line 1448 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< int >::traps = __glibcpp_signed_int_traps
static

Definition at line 1447 of file limits_gcc3.h.


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