String iterator. More...
#include <oscap.h>
Related Functions | |
(Note that these are not member functions.) | |
const char * | oscap_string_iterator_next (struct oscap_string_iterator *it) |
bool | oscap_string_iterator_has_more (struct oscap_string_iterator *it) |
void | oscap_string_iterator_free (struct oscap_string_iterator *it) |
void | oscap_string_iterator_remove (struct oscap_string_iterator *it) |
String iterator.
void oscap_string_iterator_free | ( | struct oscap_string_iterator * | it | ) | [related] |
bool oscap_string_iterator_has_more | ( | struct oscap_string_iterator * | it | ) | [related] |
const char * oscap_string_iterator_next | ( | struct oscap_string_iterator * | it | ) | [related] |
void oscap_string_iterator_remove | ( | struct oscap_string_iterator * | it | ) | [related] |