le_dls_Link_t Struct Reference

#include <le_doublyLinkedList.h>

Data Fields

struct le_dls_Link * nextPtr
 Next link pointer.
 
struct le_dls_Link * prevPtr
 Previous 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_DLS_LINK_INIT to it.

Warning
The structure's content MUST NOT be accessed directly.

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