43#include "oscap_export.h"
OSCAP_API char * oval_string_iterator_next(struct oval_string_iterator *)
Returns the next instance of char *.
Definition: oval_collection.c:228
OSCAP_API bool oval_string_iterator_has_more(struct oval_string_iterator *)
Returns true if the iterator is not exhausted.
Definition: oval_collection.c:218
OSCAP_API int oval_string_iterator_remaining(struct oval_string_iterator *)
Return number for remaining char * elements.
Definition: oval_collection.c:223
OSCAP_API void oval_string_iterator_free(struct oval_string_iterator *)
Frees the iterator.
Definition: oval_collection.c:233