#include <crc.hpp>
Public Types | |
typedef boost::uint_t< Bits > | base_type |
typedef base_type::least | least |
typedef base_type::fast | fast |
Public Member Functions | |
BOOST_STATIC_CONSTANT (least, high_bit=(least(1u)<< (Bits-1u))) | |
BOOST_STATIC_CONSTANT (fast, high_bit_fast=(fast(1u)<< (Bits-1u))) | |
BOOST_STATIC_ASSERT_MSG (Bits<=(int)(sizeof(boost::uintmax_t)*CHAR_BIT),"No suitable unsigned integer type with the requested number of bits is available.") | |
typedef boost::uint_t<Bits> boost::detail::high_uint_t< Bits >::base_type |
typedef base_type::fast boost::detail::high_uint_t< Bits >::fast |
typedef base_type::least boost::detail::high_uint_t< Bits >::least |
|
inherited |
boost::detail::high_uint_t< Bits >::BOOST_STATIC_CONSTANT | ( | least | , |
high_bit | = (least(1u)<< (Bits-1u)) |
||
) |
boost::detail::high_uint_t< Bits >::BOOST_STATIC_CONSTANT | ( | fast | , |
high_bit_fast | = (fast(1u)<< (Bits-1u)) |
||
) |