|
MT Core (C++)
Core library for replacing C++ standard in project usage
|
Pointer iterator for mutating elements Using custom iterator for speed. More...
#include <segmented_list.hpp>

Public Member Functions | |
| Optional< const T * > | next () |
| Gets next item. | |
Public Attributes | |
| size_t | index = 0 |
| const SegmentedList & | r |
| size_t | segmentIndex = 0 |
| const Segment * | s |
Pointer iterator for mutating elements Using custom iterator for speed.
Definition at line 95 of file segmented_list.hpp.
|
inline |
Gets next item.
Definition at line 105 of file segmented_list.hpp.
| size_t mtcore::SegmentedList< T >::ConstPtrIter::index = 0 |
Definition at line 96 of file segmented_list.hpp.
| const SegmentedList& mtcore::SegmentedList< T >::ConstPtrIter::r |
Definition at line 97 of file segmented_list.hpp.
| const Segment* mtcore::SegmentedList< T >::ConstPtrIter::s |
Definition at line 99 of file segmented_list.hpp.
| size_t mtcore::SegmentedList< T >::ConstPtrIter::segmentIndex = 0 |
Definition at line 98 of file segmented_list.hpp.