MT Core (C++)
Core library for replacing C++ standard in project usage
|
An iterator that iterates over pointers to each stored element. More...
#include <gen_list.hpp>
Public Member Functions | |
Optional< T * > | next () |
Gets the pointer to the next stored element. | |
Public Attributes | |
GenList & | list |
size_t | index = 0 |
An iterator that iterates over pointers to each stored element.
Definition at line 212 of file gen_list.hpp.
|
inline |
Gets the pointer to the next stored element.
Definition at line 220 of file gen_list.hpp.
size_t mtcore::GenList< T >::PtrIter::index = 0 |
Definition at line 214 of file gen_list.hpp.
GenList& mtcore::GenList< T >::PtrIter::list |
Definition at line 213 of file gen_list.hpp.