#include <genesis/utils/math/twobit_vector/iterator_insertions.hpp>
Definition at line 48 of file iterator_insertions.hpp.
Public Member Functions | |
| IteratorInsertions () | |
| IteratorInsertions (IteratorInsertions &&)=default | |
| IteratorInsertions (IteratorInsertions const &)=default | |
| IteratorInsertions (TwobitVector const &vector) | |
| ~IteratorInsertions ()=default | |
| TwobitVector::WordType | hash () const |
| Get the hash value of the current vector. More... | |
| bool | operator!= (self_type const &other) const |
| value_type const & | operator* () |
| self_type & | operator++ () |
| self_type | operator++ (int) |
| value_type const * | operator-> () |
| IteratorInsertions & | operator= (IteratorInsertions &&)=default |
| IteratorInsertions & | operator= (IteratorInsertions const &)=default |
| bool | operator== (self_type const &other) const |
| size_t | position () const |
| Get the position that is currently deleted. More... | |
| TwobitVector const & | vector () const |
| Get the current vector. More... | |
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | self_type = IteratorInsertions |
| using | value_type = TwobitVector |
|
inline |
Definition at line 65 of file iterator_insertions.hpp.
|
inlineexplicit |
Definition at line 73 of file iterator_insertions.hpp.
|
default |
|
default |
|
default |
|
inline |
Get the hash value of the current vector.
Definition at line 211 of file iterator_insertions.hpp.
|
inline |
Definition at line 191 of file iterator_insertions.hpp.
|
inline |
Definition at line 97 of file iterator_insertions.hpp.
|
inline |
Definition at line 107 of file iterator_insertions.hpp.
|
inline |
Definition at line 179 of file iterator_insertions.hpp.
|
inline |
Definition at line 102 of file iterator_insertions.hpp.
|
default |
|
default |
|
inline |
Definition at line 186 of file iterator_insertions.hpp.
|
inline |
Get the position that is currently deleted.
Definition at line 203 of file iterator_insertions.hpp.
|
inline |
Get the current vector.
Definition at line 219 of file iterator_insertions.hpp.
| using iterator_category = std::forward_iterator_tag |
Definition at line 57 of file iterator_insertions.hpp.
| using self_type = IteratorInsertions |
Definition at line 58 of file iterator_insertions.hpp.
| using value_type = TwobitVector |
Definition at line 59 of file iterator_insertions.hpp.