Open SCAP Library
|
Internationalized string iterator. More...
#include <oscap_text.h>
Public Member Functions | |
Iterators | |
OSCAP_API struct oscap_text * | oscap_text_iterator_next (struct oscap_text_iterator *it) |
OSCAP_API bool | oscap_text_iterator_has_more (struct oscap_text_iterator *it) |
OSCAP_API void | oscap_text_iterator_free (struct oscap_text_iterator *it) |
OSCAP_API void | oscap_text_iterator_remove (struct oscap_text_iterator *it) |
OSCAP_API void | oscap_text_iterator_reset (struct oscap_text_iterator *it) |
Internationalized string iterator.