Int32List iterator class.
More...
#include <Graph_data.h>
|
|
| ~Int32ListIterator () |
| | Destructor.
|
| int32_t | Next () |
| | Moves to the next element.
|
| bool_t | HasNext () |
| | Gets if there are more elements.
|
Int32List iterator class.
Iterator to traverse all the integer into a Int32List instance.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
◆ HasNext()
| bool_t Int32ListIterator::HasNext |
( |
| ) |
|
|
inline |
Gets if there are more elements.
- Returns
- TRUE if there are more elements, FALSE otherwise.
◆ Next()
| int32_t Int32ListIterator::Next |
( |
| ) |
|
|
inline |
Moves to the next element.
- Returns
- The next element.
The documentation for this class was generated from the following file: