This is the complete list of members for boost::detail::mask_uint_t< Bits >, including all inherited members.
base_type typedef | boost::detail::mask_uint_t< Bits > | |
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.") | boost::uint_t< Bits > | |
BOOST_STATIC_CONSTANT(least, sig_bits=(~(~(least(0u))<< Bits))) | boost::detail::mask_uint_t< Bits > | |
BOOST_STATIC_CONSTANT(fast, sig_bits_fast=fast(sig_bits)) | boost::detail::mask_uint_t< Bits > | |
boost::detail::high_uint_t::BOOST_STATIC_CONSTANT(least, high_bit=(least(1u)<< (Bits-1u))) | boost::detail::high_uint_t< Bits > | |
boost::detail::high_uint_t::BOOST_STATIC_CONSTANT(fast, high_bit_fast=(fast(1u)<< (Bits-1u))) | boost::detail::high_uint_t< Bits > | |
fast typedef | boost::detail::mask_uint_t< Bits > | |
least typedef | boost::detail::mask_uint_t< Bits > |