Tizen Native API  4.0
_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

structure of an iterator

If creating an iterator remember to set the type using EINA_MAGIC_SET.

Examples:
eina_file_01.c, eina_hash_01.c, eina_hash_03.c, eina_hash_04.c, eina_hash_05.c, eina_hash_06.c, eina_hash_07.c, eina_iterator_01.c, eina_list_03.c, and eina_tiler_01.c.

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 a next element is requested.

Callback called when the container is unlocked.

Version of the Iterator API.