libamxc
1.10.3
C Generic Data Containers
|
The linked list iterator structure. More...
#include <amxc_llist.h>
Data Fields | |
struct _amxc_llist_it * | next |
struct _amxc_llist_it * | prev |
struct _amxc_llist * | llist |
The linked list iterator structure.
Definition at line 215 of file amxc_llist.h.
struct _amxc_llist* _amxc_llist_it::llist |
Pointer to the linked list
Definition at line 220 of file amxc_llist.h.
struct _amxc_llist_it* _amxc_llist_it::next |
Pointer to the next item in the linked list
Definition at line 216 of file amxc_llist.h.
struct _amxc_llist_it* _amxc_llist_it::prev |
Pointer to the previous item in the linked list
Definition at line 218 of file amxc_llist.h.