Tizen Native API
_Eina_Iterator Struct Reference

Public Attributes

int version
Eina_Iterator_Next_Callback next
Eina_Iterator_Get_Container_Callback get_container
Eina_Iterator_Free_Callback free
Eina_Iterator_Lock_Callback lock
Eina_Iterator_Lock_Callback unlock

Detailed Description

The structure type of an iterator.


Member Data Documentation

Callback called when the container is freed

Callback called when the container is requested

Callback called when the container is locked

Callback called when the next element is requested

Callback called when the container is unlocked

Version of the Iterator API