API Documentation
|
#include <BitIterator.hpp>
Public Member Functions | |
ConstBitIterator (const BitFlag *flag, sint04 offset) | |
ConstBitIterator (const BitFlag *flag, uint04 offset) | |
ConstBitIterator (const ConstBitIterator &iter)=default | |
bool | operator* () |
bool | operator* () const |
bool | operator== (bool ref) const |
bool | operator! () const |
constexpr | operator bool () const |
ConstBitIterator & | operator++ () |
ConstBitIterator & | operator-- () |
ConstBitIterator | operator++ (int) |
ConstBitIterator | operator-- (int) |
template<class t_type > | |
ConstBitIterator & | operator+= (const t_type &movement) |
template<class t_type > | |
ConstBitIterator & | operator-= (const t_type &movement) |
ptrdiff_t | operator- (const ConstBitIterator &rawIterator) |
ConstBitIterator & | operator= (const ConstBitIterator &rawIterator)=default |
bool | operator== (const ConstBitIterator &rawIterator) const |
bool | operator!= (const ConstBitIterator &rawIterator) const |
template<class t_type > | |
ConstBitIterator | operator+ (const t_type &movement) |
template<class t_type > | |
ConstBitIterator | operator- (const t_type &movement) |
|
inline |
|
inline |
|
default |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |
|
inline |