|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Foundation/Container/BitView.hpp>
Public Types | |
| using | iterator_category = std::random_access_iterator_tag |
| using | value_type = BitReference< Word > |
| using | difference_type = size_t |
| using | reference = value_type |
Public Member Functions | |
| constexpr | BitIterator (ContainerIterator i, const size_t o) noexcept |
| BitIterator & | operator++ (int) noexcept |
| BitIterator | operator++ () noexcept |
| BitIterator & | operator-- (int) noexcept |
| BitIterator | operator-- () noexcept |
| BitIterator | operator+ (const int n) const noexcept |
| BitIterator | operator- (const int n) const noexcept |
| size_t | operator- (const BitIterator &other) const noexcept |
| constexpr bool | operator!= (const BitIterator &other) const |
| constexpr bool | operator== (const BitIterator &other) const |
| constexpr BitReference< Word > | operator* () const noexcept |
Private Types | |
| using | Word = typename std::remove_reference< decltype(*std::declval< ContainerIterator >())>::type |
Private Attributes | |
| ContainerIterator | mIterator |
| size_t | mIndex |
Static Private Attributes | |
| static constexpr auto | WORD_SIZE = WordSize<Word>::value |
| using CeresEngine::BitIterator< ContainerIterator >::difference_type = size_t |
| using CeresEngine::BitIterator< ContainerIterator >::iterator_category = std::random_access_iterator_tag |
| using CeresEngine::BitIterator< ContainerIterator >::reference = value_type |
| using CeresEngine::BitIterator< ContainerIterator >::value_type = BitReference<Word> |
|
private |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineconstexpr |
|
private |
|
private |
|
staticconstexprprivate |