TwiceAsNice
2019-02-18
|
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 | |
template<typename T > | |
const unsigned char * | object_representation (T *p) |
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 > | |
T::size_type | vector_max_size_workaround (const T &v) |
BOOST_dynamic_bitset_is_numeric (bool) | |
BOOST_dynamic_bitset_is_numeric (char) | |
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) | |
Variables | |
const bool | access_by_bytes = true |
const bool | access_by_blocks = false |
const unsigned int | table_width = 8 |
typedef unsigned char Nice::DynamicBitsetImpl::byte_type |
Nice::DynamicBitsetImpl::BOOST_dynamic_bitset_is_numeric | ( | bool | ) |
Nice::DynamicBitsetImpl::BOOST_dynamic_bitset_is_numeric | ( | char | ) |
Nice::DynamicBitsetImpl::BOOST_dynamic_bitset_is_numeric | ( | signed | char | ) |
Nice::DynamicBitsetImpl::BOOST_dynamic_bitset_is_numeric | ( | short | int | ) |
Nice::DynamicBitsetImpl::BOOST_dynamic_bitset_is_numeric | ( | int | ) |
Nice::DynamicBitsetImpl::BOOST_dynamic_bitset_is_numeric | ( | long | int | ) |
Nice::DynamicBitsetImpl::BOOST_dynamic_bitset_is_numeric | ( | unsigned | char | ) |
|
inline |
|
inline |
|
inline |
T::size_type Nice::DynamicBitsetImpl::vector_max_size_workaround | ( | const T & | v | ) |
const unsigned int Nice::DynamicBitsetImpl::table_width = 8 |