libamxc
1.10.3
C Generic Data Containers
|
The linked list structure. More...
#include <amxc_llist.h>
Data Fields | |
amxc_llist_it_t * | head |
amxc_llist_it_t * | tail |
The linked list structure.
Definition at line 228 of file amxc_llist.h.
amxc_llist_it_t* _amxc_llist::head |
Pointer to the first item in the linked list
Definition at line 229 of file amxc_llist.h.
amxc_llist_it_t* _amxc_llist::tail |
Pointer to the last item in the linked list
Definition at line 230 of file amxc_llist.h.