Sparksee  6.0.2
StringListIterator Class Reference

StringList iterator class. More...

Public Member Functions

 ~StringListIterator ()
 Destructor.
 
const std::wstring & Next ()
 Moves to the next element. More...
 
bool_t HasNext ()
 Gets if there are more elements. More...
 

Friends

class StringList
 

Detailed Description

StringList iterator class.

Iterator to traverse all the strings into a StringList instance.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

bool_t StringListIterator::HasNext ( )
inline

Gets if there are more elements.

Returns
TRUE if there are more elements, FALSE otherwise.
const std::wstring& StringListIterator::Next ( )
inline

Moves to the next element.

Returns
The next element.

The documentation for this class was generated from the following file: