Main Page | Class List | File List | Class Members | File Members

list Struct Reference

#include <LList.h>

List of all members.

Public Attributes

void * data
int len
int key
void * next


Member Data Documentation

void* list::data
 

Definition at line 7 of file LList.h.

Referenced by lfind(), linsert(), lremove(), and mklist().

int list::key
 

Definition at line 9 of file LList.h.

Referenced by lfind(), linsert(), lremove(), and mklist().

int list::len
 

Definition at line 8 of file LList.h.

Referenced by lfind(), linsert(), and lremove().

void* list::next
 

Definition at line 10 of file LList.h.

Referenced by lfind(), linsert(), lremove(), and mklist().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 16 16:27:48 2006 by  doxygen 1.3.9.1