Lely core libraries  2.2.5
dlnode Struct Reference

A node in a doubly-linked list. More...

#include <dllist.h>

Collaboration diagram for dlnode:

Data Fields

struct dlnodeprev
 A pointer to the previous node in the list.
 
struct dlnodenext
 A pointer to the next node in the list.
 

Detailed Description

A node in a doubly-linked list.

To associate a value with a node, embed the node in a struct containing the value and use structof() to obtain the struct from the node.

Definition at line 39 of file dllist.h.


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