le_sls_Link_t Struct Reference

#include <le_singlyLinkedList.h>

Data Fields

struct le_sls_Link * nextPtr
 Next link pointer.
 

Detailed Description

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.

Warning
The user MUST NOT access the contents of this structure directly.

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