data-structures-c
Loading...
Searching...
No Matches
list_node Struct Reference

Intrusive list node structure. More...

#include <list_template.h>

Public Attributes

list_node_type * prev_ptr
 prev node pointer.
list_node_type * next_ptr
 next node pointer.

Detailed Description

Intrusive list node structure.

Examples
list_example.c.

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