LayOut C API
|
Go to the source code of this file.
Functions | |
LO_RESULT | LOEntityIteratorRelease (LOEntityIteratorRef *entity_iterator) |
Releases an entity iterator object. *entity_iterator will be set to invalid by this function. More... | |
LO_RESULT | LOEntityIteratorNext (LOEntityIteratorRef entity_iterator, LOEntityRef *entity) |
Gets a reference to the current entity and increment the iterator. entity will be set to an invalid object upon reaching the end of the iterator. More... | |
LO_RESULT LOEntityIteratorNext | ( | LOEntityIteratorRef | entity_iterator, |
LOEntityRef * | entity | ||
) |
Gets a reference to the current entity and increment the iterator. entity will be set to an invalid object upon reaching the end of the iterator.
[in] | entity_iterator | The entity iterator object. |
[out] | entity | The entity object. |
LO_RESULT LOEntityIteratorRelease | ( | LOEntityIteratorRef * | entity_iterator | ) |
Releases an entity iterator object. *entity_iterator will be set to invalid by this function.
[in] | entity_iterator | The entity iterator object. |