#include <list.h>

Data Fields | |
| void * | data |
| The data stored by this node. | |
| struct cc_dlist_node * | next |
| The next node in the list. | |
| struct cc_dlist_node * | prev |
| The previous node in the list. | |
This object is used in a doubly-linked list to hold one data item.
| void* cc_dlist_node::data |
The data stored by this node.
struct cc_dlist_node* cc_dlist_node::next [read] |
The next node in the list.
struct cc_dlist_node* cc_dlist_node::prev [read] |
The previous node in the list.