|
Sparksee
6.0.2
|
ResultSetList iterator class. More...
Public Member Functions | |
| ~ResultSetListIterator () | |
| Destructor. | |
| const ResultSet * | Next () |
| Moves to the next element. More... | |
| bool_t | HasNext () |
| Gets if there are more elements. More... | |
Friends | |
| class | ResultSetList |
ResultSetList iterator class.
Iterator to traverse all the values into a ResultSetList instance.
| bool_t ResultSetListIterator::HasNext | ( | ) |
Gets if there are more elements.
| const ResultSet* ResultSetListIterator::Next | ( | ) |
Moves to the next element.