|
Wildmeshing Toolkit
|
#include <DynamicArray.hpp>
Public Member Functions | |
| Iterator (const DynamicArray *container, const uint64_t index=0) | |
| Iterator | operator++ () |
| bool | operator!= (const Iterator &other) const |
| T | operator* () |
Private Attributes | |
| const DynamicArray * | m_container |
| uint64_t | m_index = 0 |
Definition at line 13 of file DynamicArray.hpp.
| wmtk::utils::DynamicArray< T, ArraySize >::Iterator::Iterator | ( | const DynamicArray * | container, |
| const uint64_t | index = 0 |
||
| ) |
Definition at line 106 of file DynamicArray.hxx.
| bool wmtk::utils::DynamicArray< T, ArraySize >::Iterator::operator!= | ( | const Iterator & | other | ) | const |
Definition at line 119 of file DynamicArray.hxx.
References wmtk::utils::DynamicArray< T, ArraySize >::Iterator::m_index.
| T wmtk::utils::DynamicArray< T, ArraySize >::Iterator::operator* | ( | ) |
Definition at line 125 of file DynamicArray.hxx.
| DynamicArray< T, ArraySize >::Iterator wmtk::utils::DynamicArray< T, ArraySize >::Iterator::operator++ | ( | ) |
Definition at line 112 of file DynamicArray.hxx.
|
private |
Definition at line 22 of file DynamicArray.hpp.
|
private |
Definition at line 23 of file DynamicArray.hpp.
Referenced by wmtk::utils::DynamicArray< T, ArraySize >::Iterator::operator!=().