struct_linked_list_node_t Struct Reference

A basic implementation of a linked list node. More...

#include <linked_list.h>


Data Fields

struct struct_linked_list_node_tnext
void * data


Detailed Description

A basic implementation of a linked list node.

lib/utils/include/linked_list.h This structure defines a simple linked list node, i.e. some data together with a pointer to the next node.

Definition at line 51 of file linked_list.h.


Field Documentation

Pointer to the next node of the linked list.

Definition at line 55 of file linked_list.h.

Pointer to the node data.

Definition at line 59 of file linked_list.h.


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

Generated on Fri Jun 17 11:10:12 2011 for TIFA by Doxygen 1.5.5