Sparksee  6.0.2
ValueListIterator Class Reference

ValueList iterator class. More...

Public Member Functions

 ~ValueListIterator ()
 Destructor.
 
const ValueNext ()
 Moves to the next element. More...
 
bool_t HasNext ()
 Gets if there are more elements. More...
 

Friends

class ValueList
 

Detailed Description

ValueList iterator class.

Iterator to traverse all the values into a ValueList instance.

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

Member Function Documentation

bool_t ValueListIterator::HasNext ( )
inline

Gets if there are more elements.

Returns
TRUE if there are more elements, FALSE otherwise.

References END_SPARKSEE_GDB_NAMESPACE.

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: