List of all members.
Public Member Functions |
|
void | Prepend (void *item) |
|
void | Append (void *item) |
|
void * | Remove () |
|
void | Mapcar (VoidFunctionPtr func) |
|
int | IsEmpty () |
|
int | Size () |
|
void | SortedInsert (void *item, float sortKey) |
|
void * | SortedRemove (float *keyPtr) |
|
float | MinKey () |
|
int | SetInsert (void *key, CompareFunction eq) |
|
void * | SetRemove (void *key, CompareFunction eq) |
|
void * | IsPresent (void *key, CompareFunction eq) |
|
void | Purge (void *key, CompareFunction eq, VoidFunctionPtr destroy) |
The documentation for this class was generated from the following files:
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/rap/raplist.h
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/rap/raplist.cc