Open SCAP Library
|
#include <oval_definitions.h>
Public Member Functions | |
Iterators | |
OSCAP_API bool | oval_state_iterator_has_more (struct oval_state_iterator *) |
Returns true if the iterator is not exhausted. | |
OSCAP_API struct oval_state * | oval_state_iterator_next (struct oval_state_iterator *) |
Returns the next instance of oval_state. | |
OSCAP_API void | oval_state_iterator_free (struct oval_state_iterator *) |
Frees the iterator. | |