Oval_state iterator methods. More...
Functions | |
bool | oval_state_iterator_has_more (struct oval_state_iterator *) |
Returns true if the iterator is not exhausted. | |
struct oval_state * | oval_state_iterator_next (struct oval_state_iterator *) |
Returns the next instance of Oval_state. | |
void | oval_state_iterator_free (struct oval_state_iterator *) |
Frees the iterator. |
Oval_state iterator methods.