|
Sparksee
6.0.2
|
Values iterator class. More...


Public Member Functions | |
| virtual | ~ValuesIterator () |
| Destructor. | |
| bool_t | HasNext () |
| Gets if there are more elements to traverse. More... | |
| Value * | Next () |
| Gets the next element to traverse. 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 | Values |
| bool_t ValuesIterator::HasNext | ( | ) |
Gets if there are more elements to traverse.
| Value* ValuesIterator::Next | ( | ) |
Gets the next element to traverse.