Tizen Native API
5.5
The Basics of Tizen Native API Reference
Native API Reference
Public Attributes
_Eina_Inlist Struct Reference
Inline List
Public Attributes
Eina_Inlist
*
next
Eina_Inlist
*
prev
Eina_Inlist
*
last
Detailed Description
Inlined list type.
Examples:
eina_inlist_01.c
,
eina_inlist_02.c
, and
eina_inlist_03.c
.
Member Data Documentation
Eina_Inlist
*
_Eina_Inlist::last
last node
Eina_Inlist
*
_Eina_Inlist::next
next node
Examples:
eina_inlist_03.c
.
Eina_Inlist
*
_Eina_Inlist::prev
previous node
_Eina_Inlist
Except as noted, this content - excluding the Code Examples - is licensed under
Creative Commons Attribution 3.0
and all of the Code Examples contained herein are licensed under
BSD-3-Clause
.
For details, see the
Content License
.