Classes | Namespaces | Defines | Enumerations
limits.hpp File Reference
#include <climits>
#include <cfloat>
#include <boost/config.hpp>
#include <boost/detail/endian.hpp>
#include <cwchar>
Include dependency graph for limits.hpp:

Go to the source code of this file.

Classes

class  std::_Floating_limits< __number, __Digits, __Digits10, __MinExp, __MaxExp, __MinExp10, __MaxExp10, __InfinityWord, __QNaNWord, __SNaNWord, __IsIEC559, __RoundStyle >
class  std::_Integer_limits< _Int, __imin, __imax, __idigits >
class  std::_Numeric_limits_base< __number >
struct  std::float_helper< Number, Word >
class  std::numeric_limits< T >
class  std::numeric_limits< bool >
class  std::numeric_limits< char >
class  std::numeric_limits< double >
class  std::numeric_limits< float >
class  std::numeric_limits< int >
class  std::numeric_limits< long >
class  std::numeric_limits< long double >
class  std::numeric_limits< short >
class  std::numeric_limits< signed char >
class  std::numeric_limits< unsigned char >
class  std::numeric_limits< unsigned int >
class  std::numeric_limits< unsigned long >
class  std::numeric_limits< unsigned short >
class  std::numeric_limits< wchar_t >

Namespaces

namespace  std

Defines

#define BOOST_STL_DECLARE_LIMITS_MEMBER(__mem_type, __mem_name, __mem_value)   static const __mem_type __mem_name = __mem_value

Enumerations

enum  float_denorm_style { std::denorm_indeterminate = -1, std::denorm_absent = 0, std::denorm_present = 1 }
enum  float_round_style {
  std::round_indeterminate = -1, std::round_toward_zero = 0, std::round_to_nearest = 1, std::round_toward_infinity = 2,
  std::round_toward_neg_infinity = 3
}

Define Documentation

#define BOOST_STL_DECLARE_LIMITS_MEMBER (   __mem_type,
  __mem_name,
  __mem_value 
)    static const __mem_type __mem_name = __mem_value

Definition at line 88 of file limits.hpp.



appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29