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