|
Blender V4.3
|
#include <BLI_bit_span.hh>
Inherits blender::bits::BitIteratorBase.
Public Member Functions | |
| BitIterator (const BitInt *data, const int64_t bit_index) | |
| BitRef | operator* () const |
Public Member Functions inherited from blender::bits::BitIteratorBase | |
| BitIteratorBase (const BitInt *data, const int64_t bit_index) | |
| BitIteratorBase & | operator++ () |
Additional Inherited Members | |
Protected Attributes inherited from blender::bits::BitIteratorBase | |
| const BitInt * | data_ |
| int64_t | bit_index_ |
Allows iterating over the bits in a memory buffer.
Definition at line 40 of file BLI_bit_span.hh.
Definition at line 42 of file BLI_bit_span.hh.
|
inline |
Definition at line 44 of file BLI_bit_span.hh.
References blender::bits::BitIteratorBase::bit_index_, and blender::bits::BitIteratorBase::data_.