cartobase  5.0.5
std::numeric_limits< signed char > Struct Template Reference

#include <cartobase/type/limits_gcc3.h>

Static Public Member Functions

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

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = __glibcpp_signed_char_digits
 
static const int digits10 = __glibcpp_signed_char_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 = false
 
static const bool is_bounded = true
 
static const bool is_modulo = __glibcpp_signed_char_is_modulo
 
static const bool traps = __glibcpp_signed_char_traps
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Detailed Description

template<>
struct std::numeric_limits< signed char >

Definition at line 1121 of file limits_gcc3.h.

Member Function Documentation

◆ denorm_min()

static signed char std::numeric_limits< signed char >::denorm_min ( )
throw (
)
inlinestatic

Definition at line 1158 of file limits_gcc3.h.

◆ epsilon()

static signed char std::numeric_limits< signed char >::epsilon ( )
throw (
)
inlinestatic

Definition at line 1136 of file limits_gcc3.h.

◆ infinity()

static signed char std::numeric_limits< signed char >::infinity ( )
throw (
)
inlinestatic

Definition at line 1152 of file limits_gcc3.h.

◆ max()

static signed char std::numeric_limits< signed char >::max ( )
throw (
)
inlinestatic

Definition at line 1127 of file limits_gcc3.h.

References __glibcpp_signed_char_max.

◆ min()

static signed char std::numeric_limits< signed char >::min ( )
throw (
)
inlinestatic

Definition at line 1125 of file limits_gcc3.h.

References __glibcpp_signed_char_min.

◆ quiet_NaN()

static signed char std::numeric_limits< signed char >::quiet_NaN ( )
throw (
)
inlinestatic

Definition at line 1154 of file limits_gcc3.h.

◆ round_error()

static signed char std::numeric_limits< signed char >::round_error ( )
throw (
)
inlinestatic

Definition at line 1138 of file limits_gcc3.h.

◆ signaling_NaN()

static signed char std::numeric_limits< signed char >::signaling_NaN ( )
throw (
)
inlinestatic

Definition at line 1156 of file limits_gcc3.h.

Member Data Documentation

◆ digits

const int std::numeric_limits< signed char >::digits = __glibcpp_signed_char_digits
static

Definition at line 1130 of file limits_gcc3.h.

◆ digits10

const int std::numeric_limits< signed char >::digits10 = __glibcpp_signed_char_digits10
static

Definition at line 1131 of file limits_gcc3.h.

◆ has_denorm

const float_denorm_style std::numeric_limits< signed char >::has_denorm = denorm_absent
static

Definition at line 1149 of file limits_gcc3.h.

◆ has_denorm_loss

const bool std::numeric_limits< signed char >::has_denorm_loss = false
static

Definition at line 1150 of file limits_gcc3.h.

◆ has_infinity

const bool std::numeric_limits< signed char >::has_infinity = false
static

Definition at line 1146 of file limits_gcc3.h.

◆ has_quiet_NaN

const bool std::numeric_limits< signed char >::has_quiet_NaN = false
static

Definition at line 1147 of file limits_gcc3.h.

◆ has_signaling_NaN

const bool std::numeric_limits< signed char >::has_signaling_NaN = false
static

Definition at line 1148 of file limits_gcc3.h.

◆ is_bounded

const bool std::numeric_limits< signed char >::is_bounded = true
static

Definition at line 1162 of file limits_gcc3.h.

◆ is_exact

const bool std::numeric_limits< signed char >::is_exact = true
static

Definition at line 1134 of file limits_gcc3.h.

◆ is_iec559

const bool std::numeric_limits< signed char >::is_iec559 = false
static

Definition at line 1161 of file limits_gcc3.h.

◆ is_integer

const bool std::numeric_limits< signed char >::is_integer = true
static

Definition at line 1133 of file limits_gcc3.h.

◆ is_modulo

const bool std::numeric_limits< signed char >::is_modulo = __glibcpp_signed_char_is_modulo
static

Definition at line 1163 of file limits_gcc3.h.

◆ is_signed

const bool std::numeric_limits< signed char >::is_signed = true
static

Definition at line 1132 of file limits_gcc3.h.

◆ is_specialized

const bool std::numeric_limits< signed char >::is_specialized = true
static

Definition at line 1123 of file limits_gcc3.h.

◆ max_exponent

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

Definition at line 1143 of file limits_gcc3.h.

◆ max_exponent10

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

Definition at line 1144 of file limits_gcc3.h.

◆ min_exponent

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

Definition at line 1141 of file limits_gcc3.h.

◆ min_exponent10

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

Definition at line 1142 of file limits_gcc3.h.

◆ radix

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

Definition at line 1135 of file limits_gcc3.h.

◆ round_style

const float_round_style std::numeric_limits< signed char >::round_style = round_toward_zero
static

Definition at line 1167 of file limits_gcc3.h.

◆ tinyness_before

const bool std::numeric_limits< signed char >::tinyness_before = false
static

Definition at line 1166 of file limits_gcc3.h.

◆ traps

const bool std::numeric_limits< signed char >::traps = __glibcpp_signed_char_traps
static

Definition at line 1165 of file limits_gcc3.h.


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