|
BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Simple list object. More...
#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. | |
Simple list object.
Pointer to the head node.
Referenced by simplelist_Append(), simplelist_Create(), simplelist_Destroy(), simplelist_GetElem(), and simplelist_InitIter().
Number of elements in the list.
Referenced by simplelist_Append(), and simplelist_GetLength().
Pointer to the tail node.
Referenced by simplelist_Append(), simplelist_Create(), and simplelist_GetLastElem().
1.7.6.1