Lely core libraries  2.2.5
slnode Struct Reference

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

#include <sllist.h>

Collaboration diagram for slnode:

Data Fields

struct slnodenext
 A pointer to the next node in the list.
 

Detailed Description

A node in a singly-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 sllist.h.


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