Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::dynamic_bitset< Block, Allocator > Member List

This is the complete list of members for boost::dynamic_bitset< Block, Allocator >, including all inherited members.

all() const boost::dynamic_bitset< Block, Allocator >
allocator_type typedefboost::dynamic_bitset< Block, Allocator >
any() const boost::dynamic_bitset< Block, Allocator >
append(Block block)boost::dynamic_bitset< Block, Allocator >
append(BlockInputIterator first, BlockInputIterator last)boost::dynamic_bitset< Block, Allocator >inline
bit_appender classboost::dynamic_bitset< Block, Allocator >friend
block_type typedefboost::dynamic_bitset< Block, Allocator >
block_width_type typedefboost::dynamic_bitset< Block, Allocator >
BOOST_STATIC_CONSTANT(block_width_type, bits_per_block=(std::numeric_limits< Block >::digits))boost::dynamic_bitset< Block, Allocator >
BOOST_STATIC_CONSTANT(size_type, npos=static_cast< size_type >(-1))boost::dynamic_bitset< Block, Allocator >
clear()boost::dynamic_bitset< Block, Allocator >
const_reference typedefboost::dynamic_bitset< Block, Allocator >
count() const BOOST_NOEXCEPTboost::dynamic_bitset< Block, Allocator >
dispatch_init(T num_bits, unsigned long value, detail::dynamic_bitset_impl::value_to_type< true >)boost::dynamic_bitset< Block, Allocator >inline
dispatch_init(T first, T last, detail::dynamic_bitset_impl::value_to_type< false >)boost::dynamic_bitset< Block, Allocator >inline
dynamic_bitset(const Allocator &alloc=Allocator())boost::dynamic_bitset< Block, Allocator >explicit
dynamic_bitset(size_type num_bits, unsigned long value=0, const Allocator &alloc=Allocator())boost::dynamic_bitset< Block, Allocator >explicit
dynamic_bitset(const std::basic_string< CharT, Traits, Alloc > &s, typename std::basic_string< CharT, Traits, Alloc >::size_type pos, typename std::basic_string< CharT, Traits, Alloc >::size_type n, size_type num_bits=npos, const Allocator &alloc=Allocator())boost::dynamic_bitset< Block, Allocator >inline
dynamic_bitset(const std::basic_string< CharT, Traits, Alloc > &s, typename std::basic_string< CharT, Traits, Alloc >::size_type pos=0)boost::dynamic_bitset< Block, Allocator >inlineexplicit
dynamic_bitset(BlockInputIterator first, BlockInputIterator last, const Allocator &alloc=Allocator())boost::dynamic_bitset< Block, Allocator >inline
dynamic_bitset(const dynamic_bitset &b)boost::dynamic_bitset< Block, Allocator >inline
dynamic_bitset(dynamic_bitset &&src)boost::dynamic_bitset< Block, Allocator >inline
empty() const BOOST_NOEXCEPTboost::dynamic_bitset< Block, Allocator >inline
find_first() const boost::dynamic_bitset< Block, Allocator >
find_next(size_type pos) const boost::dynamic_bitset< Block, Allocator >
flip(size_type n)boost::dynamic_bitset< Block, Allocator >
flip()boost::dynamic_bitset< Block, Allocator >
from_block_range(BlockIterator first, BlockIterator last, dynamic_bitset< B, A > &result)boost::dynamic_bitset< Block, Allocator >friend
get_allocator() const boost::dynamic_bitset< Block, Allocator >inline
init_from_block_range(BlockIter first, BlockIter last)boost::dynamic_bitset< Block, Allocator >inline
intersects(const dynamic_bitset &a) const boost::dynamic_bitset< Block, Allocator >
is_proper_subset_of(const dynamic_bitset &a) const boost::dynamic_bitset< Block, Allocator >
is_subset_of(const dynamic_bitset &a) const boost::dynamic_bitset< Block, Allocator >
m_append(BlockInputIterator first, BlockInputIterator last, std::input_iterator_tag)boost::dynamic_bitset< Block, Allocator >inline
m_append(BlockInputIterator first, BlockInputIterator last, std::forward_iterator_tag)boost::dynamic_bitset< Block, Allocator >inline
max_size() const BOOST_NOEXCEPTboost::dynamic_bitset< Block, Allocator >inline
none() const boost::dynamic_bitset< Block, Allocator >inline
num_blocks() const BOOST_NOEXCEPTboost::dynamic_bitset< Block, Allocator >inline
operator&=(const dynamic_bitset &b)boost::dynamic_bitset< Block, Allocator >
operator-=(const dynamic_bitset &b)boost::dynamic_bitset< Block, Allocator >
operator<(const dynamic_bitset< B, A > &a, const dynamic_bitset< B, A > &b)boost::dynamic_bitset< Block, Allocator >friend
operator<<(size_type n) const boost::dynamic_bitset< Block, Allocator >
operator<<=(size_type n)boost::dynamic_bitset< Block, Allocator >
operator=(const dynamic_bitset &b)boost::dynamic_bitset< Block, Allocator >
operator=(dynamic_bitset &&src)boost::dynamic_bitset< Block, Allocator >inline
operator==(const dynamic_bitset< B, A > &a, const dynamic_bitset< B, A > &b)boost::dynamic_bitset< Block, Allocator >friend
operator>>(size_type n) const boost::dynamic_bitset< Block, Allocator >
operator>>(std::basic_istream< CharT, Traits > &is, dynamic_bitset< B, A > &b)boost::dynamic_bitset< Block, Allocator >friend
operator>>=(size_type n)boost::dynamic_bitset< Block, Allocator >
operator[](size_type pos)boost::dynamic_bitset< Block, Allocator >inline
operator[](size_type pos) const boost::dynamic_bitset< Block, Allocator >inline
operator^=(const dynamic_bitset &b)boost::dynamic_bitset< Block, Allocator >
operator|=(const dynamic_bitset &b)boost::dynamic_bitset< Block, Allocator >
operator~() const boost::dynamic_bitset< Block, Allocator >
push_back(bool bit)boost::dynamic_bitset< Block, Allocator >
reset(size_type n)boost::dynamic_bitset< Block, Allocator >
reset()boost::dynamic_bitset< Block, Allocator >
resize(size_type num_bits, bool value=false)boost::dynamic_bitset< Block, Allocator >
set(size_type n, bool val=true)boost::dynamic_bitset< Block, Allocator >
set()boost::dynamic_bitset< Block, Allocator >
size() const BOOST_NOEXCEPTboost::dynamic_bitset< Block, Allocator >inline
size_type typedefboost::dynamic_bitset< Block, Allocator >
swap(dynamic_bitset &b)boost::dynamic_bitset< Block, Allocator >inline
test(size_type n) const boost::dynamic_bitset< Block, Allocator >
test_set(size_type n, bool val=true)boost::dynamic_bitset< Block, Allocator >
to_block_range(const dynamic_bitset< B, A > &b, BlockOutputIterator result)boost::dynamic_bitset< Block, Allocator >friend
to_string_helper(const dynamic_bitset< B, A > &b, stringT &s, bool dump_all)boost::dynamic_bitset< Block, Allocator >friend
to_ulong() const boost::dynamic_bitset< Block, Allocator >
~dynamic_bitset()boost::dynamic_bitset< Block, Allocator >inline