FreeSLList Class Reference
A "memory neutral" singly-linked list,.
More...
#include <freesllist.h>
List of all members.
Detailed Description
A "memory neutral" singly-linked list,.
Uses the free space in objects to store the pointers.
Member Function Documentation
void FreeSLList::clear |
( |
void |
|
) |
[inline] |
Entry* FreeSLList::get |
( |
void |
|
) |
[inline] |
Get the head of the list.
void FreeSLList::insert |
( |
void * |
e |
) |
[inline] |
Entry* FreeSLList::remove |
( |
void |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: