Method

RmfMapObjectIteratornext

Declaration [src]

RmfMapObject*
rmf_map_object_iterator_next (
  RmfMapObjectIterator* iterator
)

Description [src]

Advance the iterator by one, returning the next object.

Return value

Type: RmfMapObject

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

The data is owned by the instance.