#include <LinkedList.h>
Data Fields | |
| struct LISTNODE * | prev |
| struct LISTNODE * | next |
| void * | item |
Definition at line 71 of file LinkedList.h.
| void* LISTNODE::item |
Definition at line 75 of file LinkedList.h.
struct LISTNODE* LISTNODE::next [read] |
Definition at line 74 of file LinkedList.h.
struct LISTNODE* LISTNODE::prev [read] |
Definition at line 73 of file LinkedList.h.
1.6.1