![]() |
Public API Reference |
#include <array.h>
Public Methods | |
| bool | HasNext () |
| Returns true if the next Next() call will return an element. More... | |
| const T & | Next () |
| Returns the next element in the array. More... | |
| void | Reset () |
| Reset the array to the first element. More... | |
Definition at line 565 of file array.h.
|
|||||||||
|
Returns true if the next Next() call will return an element.
|
|
|||||||||
|
Returns the next element in the array.
|
|
|||||||||
|
Reset the array to the first element.
|