Open SCAP Library
|
#include <oval_definitions.h>
Public Member Functions | |
Iterators | |
bool | oval_criteria_node_iterator_has_more (struct oval_criteria_node_iterator *) |
Returns true if the iterator is not exhausted. | |
struct oval_criteria_node * | oval_criteria_node_iterator_next (struct oval_criteria_node_iterator *) |
Returns the next instance of Oval_criteria_node from the iterator. More... | |
void | oval_criteria_node_iterator_free (struct oval_criteria_node_iterator *) |
Free the iterator. | |