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

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_signed_short_digits
 
static const int digits10 = __glibcpp_signed_short_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_short_is_modulo
 
static const bool traps = __glibcpp_signed_short_traps
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

template<>
struct std::numeric_limits< short >

Definition at line 1291 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

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

Definition at line 1328 of file limits_gcc3.h.

◆ epsilon()

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

Definition at line 1306 of file limits_gcc3.h.

◆ infinity()

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

Definition at line 1322 of file limits_gcc3.h.

◆ max()

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

Definition at line 1297 of file limits_gcc3.h.

References __glibcpp_signed_short_max.

◆ min()

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

Definition at line 1295 of file limits_gcc3.h.

References __glibcpp_signed_short_min.

◆ quiet_NaN()

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

Definition at line 1324 of file limits_gcc3.h.

◆ round_error()

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

Definition at line 1308 of file limits_gcc3.h.

◆ signaling_NaN()

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

Definition at line 1326 of file limits_gcc3.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< short >::digits = __glibcpp_signed_short_digits
static

Definition at line 1300 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< short >::digits10 = __glibcpp_signed_short_digits10
static

Definition at line 1301 of file limits_gcc3.h.

◆ has_denorm

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

Definition at line 1319 of file limits_gcc3.h.

◆ has_denorm_loss

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

Definition at line 1320 of file limits_gcc3.h.

◆ has_infinity

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

Definition at line 1316 of file limits_gcc3.h.

◆ has_quiet_NaN

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

Definition at line 1317 of file limits_gcc3.h.

◆ has_signaling_NaN

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

Definition at line 1318 of file limits_gcc3.h.

◆ is_bounded

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

Definition at line 1332 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1304 of file limits_gcc3.h.

◆ is_iec559

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

Definition at line 1331 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1303 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< short >::is_modulo = __glibcpp_signed_short_is_modulo
static

Definition at line 1333 of file limits_gcc3.h.

◆ is_signed

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

Definition at line 1302 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1293 of file limits_gcc3.h.

◆ max_exponent

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

Definition at line 1313 of file limits_gcc3.h.

◆ max_exponent10

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

Definition at line 1314 of file limits_gcc3.h.

◆ min_exponent

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

Definition at line 1311 of file limits_gcc3.h.

◆ min_exponent10

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

Definition at line 1312 of file limits_gcc3.h.

◆ radix

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

Definition at line 1305 of file limits_gcc3.h.

◆ round_style

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

Definition at line 1337 of file limits_gcc3.h.

◆ tinyness_before

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

Definition at line 1336 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< short >::traps = __glibcpp_signed_short_traps
static

Definition at line 1335 of file limits_gcc3.h.


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