Classes | |
| struct | mode_to_type |
| struct | count_table |
| struct | boost::detail::dynamic_bitset_count_impl::count_table< false > |
Typedefs | |
| typedef unsigned char | byte_type |
Enumerations | |
| enum | mode { access_by_bytes, access_by_blocks } |
Functions | |
| template<typename Iterator> | |
| std::size_t | do_count (Iterator first, std::size_t length, int, mode_to_type< access_by_bytes > *) |
| template<typename Iterator, typename ValueType> | |
| std::size_t | do_count (Iterator first, std::size_t length, ValueType, mode_to_type< access_by_blocks > *) |
Variables | |
| const unsigned int | table_width = 8 |
| typedef unsigned char boost::detail::dynamic_bitset_count_impl::byte_type |
Definition at line 43 of file dynamic_bitset.hpp.
| std::size_t boost::detail::dynamic_bitset_count_impl::do_count | ( | Iterator | first, | |
| std::size_t | length, | |||
| ValueType | , | |||
| mode_to_type< access_by_blocks > * | ||||
| ) | [inline] |
Definition at line 105 of file dynamic_bitset.hpp.
| std::size_t boost::detail::dynamic_bitset_count_impl::do_count | ( | Iterator | first, | |
| std::size_t | length, | |||
| int | , | |||
| mode_to_type< access_by_bytes > * | ||||
| ) | [inline] |
Definition at line 80 of file dynamic_bitset.hpp.
| const unsigned int boost::detail::dynamic_bitset_count_impl::table_width = 8 |
Definition at line 59 of file dynamic_bitset.hpp.
1.5.5