|
Sparksee 6.1.0
|
BooleanList iterator class. More...
#include <Graph_data.h>
Public Member Functions | |
| ~BooleanListIterator () | |
| Destructor. | |
| sparksee::gdb::bool_t | Next () |
| Moves to the next element. | |
| bool_t | HasNext () |
| Gets if there are more elements. | |
Friends | |
| class | BooleanList |
BooleanList iterator class.
Iterator to traverse all the strings into a BooleanList instance.
|
inline |
Gets if there are more elements.
|
inline |
Moves to the next element.