Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::numeric_limits< unsigned short > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

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

Static Public Attributes

const bool is_specialized = true
const int digits = 16
const int digits10 = 4
const bool is_signed = false
const bool is_integer = true
const bool is_exact = true
const int radix = 2
const int min_exponent = 0
const int min_exponent10 = 0
const int max_exponent = 0
const int max_exponent10 = 0
const bool has_infinity = false
const bool has_quiet_NaN = false
const bool has_signaling_NaN = false
const float_denorm_style has_denorm = denorm_absent
const bool has_denorm_loss = false
const bool is_iec559 = false
const bool is_bounded = true
const bool is_modulo = true
const bool traps = true
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

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


Member Function Documentation

template<>
unsigned short std::numeric_limits< unsigned short >::denorm_min ( ) throw () [inline, static]
 

Definition at line 438 of file limits_generic.h.

template<>
unsigned short std::numeric_limits< unsigned short >::epsilon ( ) throw () [inline, static]
 

Definition at line 416 of file limits_generic.h.

template<>
unsigned short std::numeric_limits< unsigned short >::infinity ( ) throw () [inline, static]
 

Definition at line 432 of file limits_generic.h.

template<>
unsigned short std::numeric_limits< unsigned short >::max ( ) throw () [inline, static]
 

Definition at line 407 of file limits_generic.h.

template<>
unsigned short std::numeric_limits< unsigned short >::min ( ) throw () [inline, static]
 

Definition at line 405 of file limits_generic.h.

template<>
unsigned short std::numeric_limits< unsigned short >::quiet_NaN ( ) throw () [inline, static]
 

Definition at line 434 of file limits_generic.h.

template<>
unsigned short std::numeric_limits< unsigned short >::round_error ( ) throw () [inline, static]
 

Definition at line 418 of file limits_generic.h.

template<>
unsigned short std::numeric_limits< unsigned short >::signaling_NaN ( ) throw () [inline, static]
 

Definition at line 436 of file limits_generic.h.


Member Data Documentation

template<>
const int std::numeric_limits< unsigned short >::digits = 16 [static]
 

Definition at line 410 of file limits_generic.h.

template<>
const int std::numeric_limits< unsigned short >::digits10 = 4 [static]
 

Definition at line 411 of file limits_generic.h.

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

Definition at line 429 of file limits_generic.h.

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

Definition at line 430 of file limits_generic.h.

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

Definition at line 426 of file limits_generic.h.

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

Definition at line 427 of file limits_generic.h.

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

Definition at line 428 of file limits_generic.h.

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

Definition at line 442 of file limits_generic.h.

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

Definition at line 414 of file limits_generic.h.

template<>
const bool std::numeric_limits< unsigned short >::is_iec559 = false [static]
 

Definition at line 441 of file limits_generic.h.

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

Definition at line 413 of file limits_generic.h.

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

Definition at line 443 of file limits_generic.h.

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

Definition at line 412 of file limits_generic.h.

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

Definition at line 403 of file limits_generic.h.

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

Definition at line 423 of file limits_generic.h.

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

Definition at line 424 of file limits_generic.h.

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

Definition at line 421 of file limits_generic.h.

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

Definition at line 422 of file limits_generic.h.

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

Definition at line 415 of file limits_generic.h.

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

Definition at line 447 of file limits_generic.h.

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

Definition at line 446 of file limits_generic.h.

template<>
const bool std::numeric_limits< unsigned short >::traps = true [static]
 

Definition at line 445 of file limits_generic.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:25 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001