|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Foundation/Container/DynamicBitSet.hpp>
Public Member Functions | |
| iterator (DynamicBitSet &b, const size_t i) | |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| bool | operator* () const |
| bitref | operator* () |
Public Member Functions inherited from CeresEngine::DynamicBitSetIteratorBase | |
| DynamicBitSetIteratorBase (const size_t i) noexcept | |
| void | inc () |
| void | dec () |
| bool | operator== (const DynamicBitSetIteratorBase &other) const |
| bool | operator!= (const DynamicBitSetIteratorBase &other) const |
Public Attributes | |
| DynamicBitSet & | bitset |
Public Attributes inherited from CeresEngine::DynamicBitSetIteratorBase | |
| size_t | index |
Friends | |
| iterator | operator+ (iterator a, ptrdiff_t b) |
| iterator | operator- (iterator a, ptrdiff_t b) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| DynamicBitSet& CeresEngine::DynamicBitSet< Buffer >::iterator::bitset |