Virtual Method

RmfIteratornext

Declaration [src]

void*
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 called function.
The return value can be NULL.