Sparksee 6.1.0
BooleanListIterator Class Reference

BooleanList iterator class. More...

#include <Graph_data.h>

Public Member Functions

 ~BooleanListIterator ()
 Destructor.
sparksee::gdb::bool_t Next ()
 Moves to the next element.
bool_t HasNext ()
 Gets if there are more elements.

Friends

class BooleanList

Detailed Description

BooleanList iterator class.

Iterator to traverse all the strings into a BooleanList instance.

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

Member Function Documentation

◆ HasNext()

bool_t BooleanListIterator::HasNext ( )
inline

Gets if there are more elements.

Returns
TRUE if there are more elements, FALSE otherwise.

◆ Next()

sparksee::gdb::bool_t BooleanListIterator::Next ( )
inline

Moves to the next element.

Returns
The next element.

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