_Eina_List

Langue: en

Version: 378222 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

_Eina_List -

A linked list node.

SYNOPSIS


Data Fields


void * data
Pointer to list element payload.
Eina_List * next
Next member in the list.
Eina_List * prev
Previous member in the list.
Eina_List_Accounting * accounting
Private list accounting info - don't touch.

Detailed Description

A linked list node.

Type for a generic double linked list.

Author

Generated automatically by Doxygen for Eina from the source code.