Sparksee 6.1.0
STSValuesIterator Class Reference

Values iterator class. More...

#include <Sparksee.h>

Inheritance diagram for STSValuesIterator:
Inheritance graph
Collaboration diagram for STSValuesIterator:
Collaboration graph

Instance Methods

(BOOL) - hasNext
 Gets if there are more elements to traverse.
(STSValue *) - next
 Gets the next element to traverse.
(void) - close
 Closes the ValuesIterator instance.
(BOOL) - isClosed
 Check if the ValuesIterator instance is closed.

Detailed Description

Values iterator class.

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

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

Method Documentation

◆ close

- (void) close

Closes the ValuesIterator instance.

It must be called to ensure the integrity of all data.

References close.

Referenced by close.

◆ hasNext

- (BOOL) hasNext

Gets if there are more elements to traverse.

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

References hasNext.

Referenced by hasNext.

◆ next

- (STSValue *) next

Gets the next element to traverse.

Returns
The next element.

References next.

Referenced by next.


The documentation for this class was generated from the following file:
  • Sparksee.h