|
Sparksee 6.1.0
|
#include <KeyValues.h>


Public Member Functions | |
| virtual | ~KeyValues () |
| Destructor. | |
| bool_t | HasNext () |
| Checks if the KeyValues has more KeyValue pairs. | |
| KeyValue * | Next () |
| Gets the next KeyValue pair. | |
| void | Next (KeyValue &kv) |
| Gets the next KeyValue pair. | |
Friends | |
| class | Graph |
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.
| bool_t KeyValues::HasNext | ( | ) |
| void KeyValues::Next | ( | KeyValue & | kv | ) |