os_list_node Struct Reference
[Linked Lists]

#include <list.h>


Data Fields

struct os_list_nodeprev
struct os_list_nodenext


Detailed Description

A list node.

This list node structure should be the first field within any structure that is to be stored in a list.

See also:
struct os_list

Field Documentation

The pointer to the previous node in the list, or os_list_end() if the end of the list has been reached.

Referenced by os_list_add_tail(), os_list_del(), and os_list_init().

The pointer to the next node in the list, or os_list_end() if the end of the list has been reached.

Referenced by os_list_del(), os_list_empty(), os_list_head(), and os_list_init().


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

Generated on Wed Oct 27 15:14:03 2010 for oska by  doxygen 1.5.5