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