Iterator¶
-
const SerdStatement *
serd_iter_get(const SerdIter *iter)¶ Return the statement pointed to by
iter
-
bool
serd_iter_next(SerdIter *iter)¶ Increment
iterto point to the next statement.- Returns
True iff
iterhas reached the end.
serd_iter_get(const SerdIter *iter)¶Return the statement pointed to by iter
serd_iter_next(SerdIter *iter)¶Increment iter to point to the next statement.
True iff iter has reached the end.