sparrow 2.2.1
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
sparrow::dynamic_bitset_base< B, NCP > Member List

This is the complete list of members for sparrow::dynamic_bitset_base< B, NCP >, including all inherited members.

at(size_type pos) constsparrow::dynamic_bitset_base< B, NCP >
at(size_type pos)sparrow::dynamic_bitset_base< B, NCP >
back()sparrow::dynamic_bitset_base< B, NCP >
back() constsparrow::dynamic_bitset_base< B, NCP >
begin()sparrow::dynamic_bitset_base< B, NCP >
begin() constsparrow::dynamic_bitset_base< B, NCP >
bitset_iterator< self_type, false > classsparrow::dynamic_bitset_base< B, NCP >friend
bitset_iterator< self_type, true > classsparrow::dynamic_bitset_base< B, NCP >friend
bitset_reference< self_type > classsparrow::dynamic_bitset_base< B, NCP >friend
block_count() const noexceptsparrow::dynamic_bitset_base< B, NCP >
block_type typedefsparrow::dynamic_bitset_base< B, NCP >
buffer() const noexceptsparrow::dynamic_bitset_base< B, NCP >inline
buffer() noexceptsparrow::dynamic_bitset_base< B, NCP >inline
cbegin() constsparrow::dynamic_bitset_base< B, NCP >
cend() constsparrow::dynamic_bitset_base< B, NCP >
clear() noexceptsparrow::dynamic_bitset_base< B, NCP >protected
clear_null_count() noexceptsparrow::tracking_null_count< SizeType >inlineprotected
compute_block_count(size_type bits_count) noexceptsparrow::dynamic_bitset_base< B, NCP >static
const_iterator typedefsparrow::dynamic_bitset_base< B, NCP >
const_reference typedefsparrow::dynamic_bitset_base< B, NCP >
data() noexceptsparrow::dynamic_bitset_base< B, NCP >
data() const noexceptsparrow::dynamic_bitset_base< B, NCP >
difference_type typedefsparrow::dynamic_bitset_base< B, NCP >
dynamic_bitset_base(storage_type buffer, size_type size)sparrow::dynamic_bitset_base< B, NCP >protected
dynamic_bitset_base(storage_type buffer, size_type size, size_type offset)sparrow::dynamic_bitset_base< B, NCP >protected
dynamic_bitset_base(storage_type buffer, size_type size, size_type offset, size_type null_count)sparrow::dynamic_bitset_base< B, NCP >protected
dynamic_bitset_base(const dynamic_bitset_base &)=defaultsparrow::dynamic_bitset_base< B, NCP >protected
dynamic_bitset_base(dynamic_bitset_base &&) noexcept=defaultsparrow::dynamic_bitset_base< B, NCP >protected
emplace(const_iterator pos, value_type value)sparrow::dynamic_bitset_base< B, NCP >protected
empty() const noexceptsparrow::dynamic_bitset_base< B, NCP >
end()sparrow::dynamic_bitset_base< B, NCP >
end() constsparrow::dynamic_bitset_base< B, NCP >
erase(const_iterator pos)sparrow::dynamic_bitset_base< B, NCP >protected
erase(const_iterator first, const_iterator last)sparrow::dynamic_bitset_base< B, NCP >protected
extract_storage() noexceptsparrow::dynamic_bitset_base< B, NCP >inline
front()sparrow::dynamic_bitset_base< B, NCP >
front() constsparrow::dynamic_bitset_base< B, NCP >
initialize_null_count(const BlockType *data, size_type bit_size, size_type block_count, size_type offset=0) noexceptsparrow::tracking_null_count< SizeType >inlineprotected
insert(const_iterator pos, value_type value)sparrow::dynamic_bitset_base< B, NCP >protected
insert(const_iterator pos, size_type count, value_type value)sparrow::dynamic_bitset_base< B, NCP >protected
insert(const_iterator pos, InputIt first, InputIt last)sparrow::dynamic_bitset_base< B, NCP >protected
insert(const_iterator pos, std::initializer_list< value_type > ilist)sparrow::dynamic_bitset_base< B, NCP >protected
iterator typedefsparrow::dynamic_bitset_base< B, NCP >
null_count() const noexceptsparrow::dynamic_bitset_base< B, NCP >
null_count_policy_type typedefsparrow::dynamic_bitset_base< B, NCP >
offset() const noexceptsparrow::dynamic_bitset_base< B, NCP >
operator=(const dynamic_bitset_base &)=defaultsparrow::dynamic_bitset_base< B, NCP >protected
operator=(dynamic_bitset_base &&) noexcept=defaultsparrow::dynamic_bitset_base< B, NCP >protected
operator[](size_type i)sparrow::dynamic_bitset_base< B, NCP >
operator[](size_type i) constsparrow::dynamic_bitset_base< B, NCP >
pop_back()sparrow::dynamic_bitset_base< B, NCP >protected
push_back(value_type value)sparrow::dynamic_bitset_base< B, NCP >protected
recompute_null_count(const BlockType *data, size_type bit_size, size_type block_count, size_type offset=0) noexceptsparrow::tracking_null_count< SizeType >inlineprotected
reference typedefsparrow::dynamic_bitset_base< B, NCP >
resize(size_type n, value_type b=false)sparrow::dynamic_bitset_base< B, NCP >protected
self_type typedefsparrow::dynamic_bitset_base< B, NCP >
set(size_type pos, value_type value)sparrow::dynamic_bitset_base< B, NCP >
set_null_count(size_type count) noexceptsparrow::tracking_null_count< SizeType >inlineprotected
set_offset(size_type offset) noexceptsparrow::dynamic_bitset_base< B, NCP >
set_size(size_type new_size) noexceptsparrow::dynamic_bitset_base< B, NCP >
size() const noexceptsparrow::dynamic_bitset_base< B, NCP >
size_type typedefsparrow::dynamic_bitset_base< B, NCP >
storage_type typedefsparrow::dynamic_bitset_base< B, NCP >
storage_type_without_cvrefpointer typedefsparrow::dynamic_bitset_base< B, NCP >
swap(self_type &rhs) noexceptsparrow::dynamic_bitset_base< B, NCP >
swap_null_count(tracking_null_count &other) noexceptsparrow::tracking_null_count< SizeType >inlineprotected
test(size_type pos) constsparrow::dynamic_bitset_base< B, NCP >
track_null_countsparrow::tracking_null_count< SizeType >protectedstatic
tracking_null_count() noexcept=defaultsparrow::tracking_null_count< SizeType >protected
tracking_null_count(size_type count) noexceptsparrow::tracking_null_count< SizeType >inlineexplicitprotected
update_null_count(bool old_value, bool new_value) noexceptsparrow::tracking_null_count< SizeType >inlineprotected
value_type typedefsparrow::dynamic_bitset_base< B, NCP >
zero_unused_bits()sparrow::dynamic_bitset_base< B, NCP >protected
~dynamic_bitset_base()=defaultsparrow::dynamic_bitset_base< B, NCP >protected