class ListElement


Public Fields

void* item
identification, for some pointer to item on the List
float key
NULL if this is the last priority (+ve), for a sorted List
ListElement* next
next element on List,

Public Methods

ListElement(void *itemPtr, float sortKey)
initialize a List element

Documentation

ListElement(void *itemPtr, float sortKey)
initialize a List element

ListElement* next
next element on List,

float key
NULL if this is the last priority (+ve), for a sorted List

void* item
identification, for some pointer to item on the List


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de