Main Page | Modules | Data Structures | File List | Data Fields | Globals

_ListNode Struct Reference
[list.h: linked list routines]

#include <list.h>


Data Fields

_ListNodeprev
_ListNodenext
void * data


Field Documentation

void* _ListNode::data
 

Definition at line 20 of file list.h.

struct _ListNode * _ListNode::next
 

Definition at line 19 of file list.h.

struct _ListNode* _ListNode::prev
 

Definition at line 19 of file list.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 10 19:05:22 2005 for ndk by doxygen 1.3.2