Go to the source code of this file.
◆ as_iterator_destroy()
Destroys the iterator and releasing associated resources.
◆ as_iterator_has_next()
static bool as_iterator_has_next |
( |
const as_iterator * | iterator | ) |
|
|
inlinestatic |
Tests if there are more values available in the iterator.
- Parameters
-
iterator | The iterator to be tested. |
- Returns
- true if there are more values, otherwise false.
Definition at line 104 of file as_iterator.h.
References as_util_hook.
◆ as_iterator_init()
Initialize a stack allocated iterator.
◆ as_iterator_next()
Attempts to get the next value from the iterator. This will return the next value, and iterate past the value.
- Parameters
-
iterator | The iterator to get the next value from. |
- Returns
- the next value available in the iterator.
Definition at line 117 of file as_iterator.h.
References as_util_hook.