Oval_object iterator methods. More...
Functions | |
bool | oval_object_iterator_has_more (struct oval_object_iterator *) |
Returns true if the iterator is not exhausted. | |
struct oval_object * | oval_object_iterator_next (struct oval_object_iterator *) |
Returns the next instance of Oval_object. | |
void | oval_object_iterator_free (struct oval_object_iterator *) |
Frees the iterator. |
Oval_object iterator methods.