BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Fields
tagSimplelist_t Struct Reference

Simple list object. More...

#include <simplelist.h>

Data Fields

simplenode_thead
 Pointer to the head node.
simplenode_ttail
 Pointer to the tail node.
size_t num_elements
 Number of elements in the list.

Detailed Description

Simple list object.


Field Documentation

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().


The documentation for this struct was generated from the following file: