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 62 of file slist.h.


Field Documentation

struct slist_node slist::first [read]

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 67 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_node_is_valid(), slist_peek_head_node(), and slist_pop_head_node().

struct slist_node* slist::last [read]


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

Generated on Tue Sep 15 10:22:26 2009 for libavr32 by  doxygen 1.5.8