#include <simplelist.h>
Data Fields | |
| simplenode_t * | head |
| Pointer to the head node. | |
| simplenode_t * | tail |
| Pointer to the tail node. | |
| size_t | num_elements |
| Number of elements in the list. | |
Pointer to the head node.
Referenced by simplelist_Append(), simplelist_Create(), simplelist_Destroy(), simplelist_GetElem(), and simplelist_InitIter().
Pointer to the tail node.
Referenced by simplelist_Append(), simplelist_Create(), and simplelist_GetLastElem().
1.5.9