slist Struct Reference

A singly linked list. More...

#include <slist.h>

Collaboration diagram for slist:
Collaboration graph
[legend]

Data Fields

struct slist_node first
struct slist_nodelast

Detailed Description

A singly linked list.

Definition at line 59 of file slist.h.


Field Documentation

Sentinel node which is always at the head of the list. The last node in the list points back at this node.

Definition at line 64 of file slist.h.

Referenced by slist_borrow_to_tail(), slist_give_back_head(), slist_init(), slist_insert_head(), slist_insert_tail(), slist_is_empty(), slist_move_to_head(), slist_node_is_valid(), slist_peek_head_node(), and slist_pop_head_node().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3