c_list_s Struct Reference

#include <src/std/c_list.h>

Collaboration diagram for c_list_s:

Collaboration graph
[legend]

Detailed Description

Used for each element in a doubly-linked list.

The list can hold any kind of data.

Definition at line 57 of file c_list.h.


Data Fields

void * data
struct c_list_snext
struct c_list_sprev

Field Documentation

Holds the element's data, which can be a pointer to any kind of data.

Definition at line 67 of file c_list.h.

struct c_list_s* c_list_s::next [read]

Link to the next element in the list.

Definition at line 59 of file c_list.h.

struct c_list_s* c_list_s::prev [read]

Link to the previous element in the list.

Definition at line 61 of file c_list.h.


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

Generated on Mon May 4 17:43:41 2009 for doc by  doxygen 1.5.6