Sparksee
6.0.2
|
Public Member Functions | |
virtual | ~Values () |
Destructor. | |
int64_t | Count () |
Gets the number of elements into the collection. More... | |
ValuesIterator * | Iterator (Order order) |
Gets a ValuesIterator. More... | |
Private Member Functions | |
sparksee_core::Values * | GetHandler () |
Gets the handled reference. More... | |
const sparksee_core::Values * | GetHandler () const |
Gets the handled reference. More... | |
void | SetHandler (sparksee_core::Values *h) |
Sets the handled reference. More... | |
void | FreeHandler () |
Frees (deletes) the handled reference. | |
bool_t | IsNull () const |
Gets if the handler is NULL. More... | |
Friends | |
class | Graph |
class | ValuesIterator |
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.
int64_t Values::Count | ( | ) |
Gets the number of elements into the collection.
ValuesIterator* Values::Iterator | ( | Order | order | ) |
Gets a ValuesIterator.
order | [in] Ascending or descending order. |