#include <le_singlyLinkedList.h>
Data Fields | |
struct le_sls_Link * | nextPtr |
Next link pointer. | |
This link object must be included in each user node. The node's link object is used to add the node to a list. A node may have multiple link objects which would allow the node to be part of multiple lists simultaneously. This link object must be initialized by assigning LE_SLS_LINK_INIT to it.