cartobase 6.0.6
std::numeric_limits< unsigned short > Struct Reference

#include <cartobase/type/limits_gcc3.h>

Inheritance diagram for std::numeric_limits< unsigned short >:
Collaboration diagram for std::numeric_limits< unsigned short >:

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_unsigned_short_digits
 
static const int digits10 = __glibcpp_unsigned_short_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_short_traps
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 
- Static Public Attributes inherited from std::__numeric_limits_base
static const bool is_specialized = false
 
static const int digits = 0
 
static const int digits10 = 0
 
static const bool is_signed = false
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = 0
 
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 = false
 
static const bool is_modulo = false
 
static const bool traps = false
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

Definition at line 1348 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min() [1/2]

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

Definition at line 998 of file limits_gcc3.h.

◆ denorm_min() [2/2]

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

Definition at line 1385 of file limits_gcc3.h.

◆ epsilon() [1/2]

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

Definition at line 993 of file limits_gcc3.h.

◆ epsilon() [2/2]

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

Definition at line 1363 of file limits_gcc3.h.

◆ infinity() [1/2]

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

Definition at line 995 of file limits_gcc3.h.

◆ infinity() [2/2]

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

Definition at line 1379 of file limits_gcc3.h.

◆ max() [1/2]

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

Definition at line 992 of file limits_gcc3.h.

◆ max() [2/2]

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

Definition at line 1354 of file limits_gcc3.h.

References __glibcpp_unsigned_short_max.

◆ min() [1/2]

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

Definition at line 991 of file limits_gcc3.h.

◆ min() [2/2]

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

Definition at line 1352 of file limits_gcc3.h.

◆ quiet_NaN() [1/2]

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

Definition at line 996 of file limits_gcc3.h.

◆ quiet_NaN() [2/2]

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

Definition at line 1381 of file limits_gcc3.h.

◆ round_error() [1/2]

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

Definition at line 994 of file limits_gcc3.h.

◆ round_error() [2/2]

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

Definition at line 1365 of file limits_gcc3.h.

◆ signaling_NaN() [1/2]

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

Definition at line 997 of file limits_gcc3.h.

◆ signaling_NaN() [2/2]

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

Definition at line 1383 of file limits_gcc3.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< unsigned short >::digits = __glibcpp_unsigned_short_digits
static

Definition at line 1357 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< unsigned short >::digits10 = __glibcpp_unsigned_short_digits10
static

Definition at line 1358 of file limits_gcc3.h.

◆ has_denorm

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

Definition at line 1376 of file limits_gcc3.h.

◆ has_denorm_loss

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

Definition at line 1377 of file limits_gcc3.h.

◆ has_infinity

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

Definition at line 1373 of file limits_gcc3.h.

◆ has_quiet_NaN

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

Definition at line 1374 of file limits_gcc3.h.

◆ has_signaling_NaN

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

Definition at line 1375 of file limits_gcc3.h.

◆ is_bounded

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

Definition at line 1389 of file limits_gcc3.h.

◆ is_exact

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

Definition at line 1361 of file limits_gcc3.h.

◆ is_iec559

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

Definition at line 1388 of file limits_gcc3.h.

◆ is_integer

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

Definition at line 1360 of file limits_gcc3.h.

◆ is_modulo

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

Definition at line 1390 of file limits_gcc3.h.

◆ is_signed

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

Definition at line 1359 of file limits_gcc3.h.

◆ is_specialized

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

Definition at line 1350 of file limits_gcc3.h.

◆ max_exponent

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

Definition at line 1370 of file limits_gcc3.h.

◆ max_exponent10

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

Definition at line 1371 of file limits_gcc3.h.

◆ min_exponent

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

Definition at line 1368 of file limits_gcc3.h.

◆ min_exponent10

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

Definition at line 1369 of file limits_gcc3.h.

◆ radix

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

Definition at line 1362 of file limits_gcc3.h.

◆ round_style

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

Definition at line 1394 of file limits_gcc3.h.

◆ tinyness_before

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

Definition at line 1393 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< unsigned short >::traps = __glibcpp_unsigned_short_traps
static

Definition at line 1392 of file limits_gcc3.h.


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