cc_dlist_node Struct Reference

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

#include <list.h>

Collaboration diagram for cc_dlist_node:

Collaboration graph
[legend]

Data Fields

void * data
 The data stored by this node.
struct cc_dlist_nodenext
 The next node in the list.
struct cc_dlist_nodeprev
 The previous node in the list.

Detailed Description

A node in a doubly-linked list.

This object is used in a doubly-linked list to hold one data item.

Since:
1.0.0

Field Documentation

The data stored by this node.

Since:
1.0.0

The next node in the list.

Since:
1.0.0

The previous node in the list.

Since:
1.0.0


The documentation for this struct was generated from the following file:
SourceForge.net Logo