Sparksee 6.1.0
Values Class Reference

Value set class. More...

#include <Values.h>

Inheritance diagram for Values:
Inheritance graph
Collaboration diagram for Values:
Collaboration graph

Public Member Functions

virtual ~Values ()
 Destructor.
int64_t Count ()
 Gets the number of elements into the collection.
ValuesIteratorIterator (Order order)
 Gets a ValuesIterator.

Friends

class Graph
class ValuesIterator

Detailed Description

Value set class.

This is a set of Value instances, that is there is no duplicated elements.

Use a ValuesIterator to traverse all the elements into the set.

When the Values instance is closed, it closes all existing and non-closed ValuesIterator instances too.

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

Member Function Documentation

◆ Count()

int64_t Values::Count ( )

Gets the number of elements into the collection.

Returns
The number of elements into the collection.

◆ Iterator()

ValuesIterator * Values::Iterator ( Order order)

Gets a ValuesIterator.

Returns
ValuesIterator instance.
Parameters
order[in] Ascending or descending order.

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