Method

RmfIteratornext

Declaration [src]

void*
rmf_iterator_next (
  RmfIterator* iterator
)

Description [src]

Advance the iterator by one, returning the next object.

Return value

Type: void*

The next object in the iterator, or NULL on error or if the iterator is exhausted.

The data is owned by the instance.
The return value can be NULL.