Main Page   Compound List   File List   Compound Members   File Members  

ListElement Class Reference

#include <list.h>

List of all members.

Public Methods

 ListElement (void *itemPtr, int sortKey)

Public Attributes

ListElement * next
int key
void * item


Constructor & Destructor Documentation

ListElement::ListElement void *    itemPtr,
int    sortKey
 

Definition at line 30 of file list.cc.

References item, key, next, and NULL.

00031 {
00032      item = itemPtr;
00033      key = sortKey;
00034      next = NULL;       // assume we'll put it at the end of the list 
00035 }


Member Data Documentation

void* ListElement::item
 

Definition at line 34 of file list.h.

Referenced by ListElement, List::Mapcar, and List::SortedRemove.

int ListElement::key
 

Definition at line 33 of file list.h.

Referenced by ListElement, List::SortedInsert, and List::SortedRemove.

ListElement* ListElement::next
 

Definition at line 31 of file list.h.

Referenced by List::Append, ListElement, List::Mapcar, List::Prepend, List::SortedInsert, and List::SortedRemove.


The documentation for this class was generated from the following files:
Generated on Mon Feb 10 09:54:56 2003 for nachos by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002
The University of Southern California does not screen or control the content on this website and thus does not guarantee the accuracy, integrity, or quality of such content. All content on this website is provided by and is the sole responsibility of the person from which such content originated, and such content does not necessarily reflect the opinions of the University administration or the Board of Trustees