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