Open SCAP Library
|
#include <oval_variables.h>
Public Member Functions | |
Iterators | |
OSCAP_API bool | oval_variable_model_iterator_has_more (struct oval_variable_model_iterator *) |
Returns true if iterator not exhausted. | |
OSCAP_API struct oval_variable_model * | oval_variable_model_iterator_next (struct oval_variable_model_iterator *) |
Returns next instance of oval_variable_model. | |
OSCAP_API void | oval_variable_model_iterator_free (struct oval_variable_model_iterator *) |
Free iterator. | |