Sparksee 6.1.0
ValuesIterator Class Reference

Values iterator class. More...

#include <ValuesIterator.h>

Inheritance diagram for ValuesIterator:
Inheritance graph
Collaboration diagram for ValuesIterator:
Collaboration graph

Public Member Functions

virtual ~ValuesIterator ()
 Destructor.
bool_t HasNext ()
 Gets if there are more elements to traverse.
ValueNext ()
 Gets the next element to traverse.

Friends

class Values

Detailed Description

Values iterator class.

It allows for traversing all the elements into a Values instance.

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

Member Function Documentation

◆ HasNext()

bool_t ValuesIterator::HasNext ( )

Gets if there are more elements to traverse.

Returns
TRUE if there are more elements to traverse, FALSE otherwise.

◆ Next()

Value * ValuesIterator::Next ( )

Gets the next element to traverse.

Returns
The next element.

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