#include <list.h>

Data Fields | |
| uint32 | count |
| The number of elements in this list. | |
| struct cc_dlist_node * | head |
| The head of this list. | |
| struct cc_dlist_node * | tail |
| The tail of this list. | |
This object is used to hold a doubly-linked list of free-form data items. All fields in this structure should be considered to be read-only from outside of CrabClaw.
The number of elements in this list.
struct cc_dlist_node* cc_dlist::head [read] |
The head of this list.
struct cc_dlist_node* cc_dlist::tail [read] |
The tail of this list.