cc_dlist Struct Reference

A doubly-linked list. More...

#include <list.h>

Collaboration diagram for cc_dlist:

Collaboration graph
[legend]

Data Fields

uint32 count
 The number of elements in this list.
struct cc_dlist_nodehead
 The head of this list.
struct cc_dlist_nodetail
 The tail of this list.

Detailed Description

A doubly-linked 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.

Since:
1.0.0

Field Documentation

The number of elements in this list.

Since:
1.0.0

struct cc_dlist_node* cc_dlist::head [read]

The head of this list.

Since:
1.0.0

struct cc_dlist_node* cc_dlist::tail [read]

The tail of this list.

Since:
1.0.0


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