| append(const bool value) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| begin() const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| begin() | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| BitVector(Allocator allocator={}) noexcept | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| BitVector(NoExceptConstructor, Allocator allocator={}) noexcept | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| BitVector(const BoundedBitSpan span) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| BitVector(const BitVector &other) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| BitVector(BitVector &&other) noexcept | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| BitVector(const int64_t size_in_bits, const bool value=false, Allocator allocator={}) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| BitVector(const Span< bool > values, Allocator allocator={}) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inlineexplicit |
| capacity() const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| clear() | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| clear_and_shrink() | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| data() | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| data() const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| end() const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| end() | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| fill(const bool value) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| index_range() const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| is_empty() const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| operator BoundedBitSpan() const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| operator MutableBoundedBitSpan() | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| operator=(const BitVector &other) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| operator=(BitVector &&other) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| operator[](const int64_t index) const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| operator[](const int64_t index) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| reserve(const int new_capacity_in_bits) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| resize(const int64_t new_size_in_bits, const bool value=false) | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| size() const | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |
| ~BitVector() | blender::bits::BitVector< InlineBufferCapacity, Allocator > | inline |