|
MT Core (C++)
Core library for replacing C++ standard in project usage
|
An iterator that iterates over all handles of each stored element. More...
#include <gen_list.hpp>

Public Member Functions | |
| Optional< Handle > | next () |
| Gets the next element. | |
Public Attributes | |
| const GenList & | list |
| size_t | index = 0 |
An iterator that iterates over all handles of each stored element.
Definition at line 260 of file gen_list.hpp.
|
inline |
Gets the next element.
Definition at line 268 of file gen_list.hpp.
| size_t mtcore::GenList< T >::HandleIter::index = 0 |
Definition at line 262 of file gen_list.hpp.
| const GenList& mtcore::GenList< T >::HandleIter::list |
Definition at line 261 of file gen_list.hpp.