Classes | |
struct | allowed_block_type |
struct | allowed_block_type< bool > |
struct | count_table |
struct | count_table< false > |
struct | is_numeric |
struct | shifter |
struct | value_to_type |
Typedefs | |
typedef unsigned char | byte_type |
Functions | |
BOOST_dynamic_bitset_is_numeric (bool) | |
BOOST_dynamic_bitset_is_numeric (char) | |
BOOST_dynamic_bitset_is_numeric (wchar_t) | |
BOOST_dynamic_bitset_is_numeric (signed char) | |
BOOST_dynamic_bitset_is_numeric (short int) | |
BOOST_dynamic_bitset_is_numeric (int) | |
BOOST_dynamic_bitset_is_numeric (long int) | |
BOOST_dynamic_bitset_is_numeric (unsigned char) | |
template<typename Iterator > | |
std::size_t | do_count (Iterator first, std::size_t length, int, value_to_type< access_by_bytes > *) |
template<typename Iterator , typename ValueType > | |
std::size_t | do_count (Iterator first, std::size_t length, ValueType, value_to_type< access_by_blocks > *) |
template<typename T > | |
const unsigned char * | object_representation (T *p) |
template<typename T > | |
T::size_type | vector_max_size_workaround (const T &v) |
Variables | |
const bool | access_by_blocks = false |
const bool | access_by_bytes = true |
const unsigned int | table_width = 8 |
typedef unsigned char boost::detail::dynamic_bitset_impl::byte_type |
Definition at line 46 of file dynamic_bitset.hpp.
boost::detail::dynamic_bitset_impl::BOOST_dynamic_bitset_is_numeric | ( | unsigned | char | ) |
std::size_t boost::detail::dynamic_bitset_impl::do_count | ( | Iterator | first, |
std::size_t | length, | ||
int | , | ||
value_to_type< access_by_bytes > * | |||
) | [inline] |
Definition at line 102 of file dynamic_bitset.hpp.
std::size_t boost::detail::dynamic_bitset_impl::do_count | ( | Iterator | first, |
std::size_t | length, | ||
ValueType | , | ||
value_to_type< access_by_blocks > * | |||
) | [inline] |
Definition at line 127 of file dynamic_bitset.hpp.
const unsigned char* boost::detail::dynamic_bitset_impl::object_representation | ( | T * | p | ) | [inline] |
Definition at line 30 of file dynamic_bitset.hpp.
T::size_type boost::detail::dynamic_bitset_impl::vector_max_size_workaround | ( | const T & | v | ) |
Definition at line 158 of file dynamic_bitset.hpp.
const bool boost::detail::dynamic_bitset_impl::access_by_blocks = false |
Definition at line 68 of file dynamic_bitset.hpp.
const bool boost::detail::dynamic_bitset_impl::access_by_bytes = true |
Definition at line 67 of file dynamic_bitset.hpp.
const unsigned int boost::detail::dynamic_bitset_impl::table_width = 8 |
Definition at line 81 of file dynamic_bitset.hpp.