Node Struct Reference

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

#include <dll.h>

List of all members.

Public Attributes

struct NodenextNode
 Pointer to the next Node in the list.
struct NodeprevNode
 Pointer to the previous Node in the list.
char * payload
 Pointer to a string.


Detailed Description

A node in a doubly linked list.

All node fields must be initialized by the user. All operations not specifically embodied in a function are the responsibility of the user.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 27 15:55:52 2008 for doublylinkedlist by  doxygen 1.5.3