Oval_definition iterator methods. More...
Functions | |
bool | oval_definition_iterator_has_more (struct oval_definition_iterator *) |
Returns true if the iterator contains more instances of Oval_definition. | |
struct oval_definition * | oval_definition_iterator_next (struct oval_definition_iterator *) |
Returns the next iterated instance of Oval_definition. | |
void | oval_definition_iterator_free (struct oval_definition_iterator *) |
Free the iterator. |
Oval_definition iterator methods.
struct oval_definition* oval_definition_iterator_next | ( | struct oval_definition_iterator * | ) | [read] |
Returns the next iterated instance of Oval_definition.
NULL is returned if the iterator is exhausted (oval_definition_iterator_has_more == false)