Tizen Native API
|
_Eina_List_Accounting Struct Reference
Public Attributes | |
Eina_List * | last |
unsigned int | count |
Detailed Description
The structure type for the cache used to store the last element of a list and the number of elements, for fast access. It is for private use and must not be touched.
Member Data Documentation
unsigned int _Eina_List_Accounting::count |
Number of elements in the list - don't touch
Pointer to the last element of the list - don't touch