Oval_test iterator methods. More...
Functions | |
bool | oval_test_iterator_has_more (struct oval_test_iterator *) |
Returns true if the iterator is not exhausted. | |
struct oval_test * | oval_test_iterator_next (struct oval_test_iterator *) |
Returns the next instance of Oval_test. | |
void | oval_test_iterator_free (struct oval_test_iterator *) |
Frees the iterator. |
Oval_test iterator methods.