JULEA
|
Data Fields | |
JListElement * | head |
JListElement * | tail |
guint | length |
JListFreeFunc | free_func |
gint | ref_count |
A linked list which allows fast prepend and append operations. Also allows querying the length of the list without iterating over it.
JListFreeFunc JList::free_func |
The function used to free the list elements.
JListElement* JList::head |
The first element.
guint JList::length |
The length.
gint JList::ref_count |
The reference count.
JListElement* JList::tail |
The last element.