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