Open SCAP Library
|
#include <oval_definitions.h>
Public Member Functions | |
Iterators | |
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. | |