#include <Public.h>
Data Fields | |
int | count |
nh_LinkedListItem * | Head_p |
Generic linked-list which holds data pointers.
int nh_LinkedList::count |
Number of items.
nh_LinkedListItem* nh_LinkedList::Head_p |
Opaque pointer to the first item in the list. A list with count == 0 should have this set as NULL. The actual data should always be queried using nh_getFromLinkedList.