#include <BLI_bit_span.hh>
Inherits blender::bits::MutableBitSpan.
Same as MutableBitSpan but fulfills the requirements mentioned on is_bounded_span.
Definition at line 335 of file BLI_bit_span.hh.
◆ MutableBoundedBitSpan() [1/4]
| blender::bits::MutableBoundedBitSpan::MutableBoundedBitSpan |
( |
| ) |
|
|
default |
◆ MutableBoundedBitSpan() [2/4]
| blender::bits::MutableBoundedBitSpan::MutableBoundedBitSpan |
( |
BitInt * | data, |
|
|
const int64_t | size ) |
|
inline |
◆ MutableBoundedBitSpan() [3/4]
| blender::bits::MutableBoundedBitSpan::MutableBoundedBitSpan |
( |
BitInt * | data, |
|
|
const IndexRange | bit_range ) |
|
inline |
◆ MutableBoundedBitSpan() [4/4]
| blender::bits::MutableBoundedBitSpan::MutableBoundedBitSpan |
( |
const MutableBitSpan | other | ) |
|
|
inlineexplicit |
◆ as_span()
| BoundedBitSpan blender::bits::MutableBoundedBitSpan::as_span |
( |
| ) |
const |
|
inline |
◆ copy_from() [1/2]
◆ copy_from() [2/2]
◆ final_bits_num()
| int64_t blender::bits::MutableBoundedBitSpan::final_bits_num |
( |
| ) |
const |
|
inline |
◆ full_ints_num()
| int64_t blender::bits::MutableBoundedBitSpan::full_ints_num |
( |
| ) |
const |
|
inline |
◆ offset()
| int64_t blender::bits::MutableBoundedBitSpan::offset |
( |
| ) |
const |
|
inline |
◆ operator BoundedBitSpan()
| blender::bits::MutableBoundedBitSpan::operator BoundedBitSpan |
( |
| ) |
const |
|
inline |
◆ take_front()
The documentation for this class was generated from the following files: