Class FreeSLList¶
A "memory neutral" singly-linked list,. More...
#include <freesllist.h>
Classes¶
| Type | Name |
|---|---|
| class | Entry |
Public Functions¶
| Type | Name |
|---|---|
| void | clear (void) |
| Entry * | get (void) Get the head of the list. |
| void | insert (void * e) |
| Entry * | remove (void) |
Detailed Description¶
Uses the free space in objects to store the pointers.
Public Functions Documentation¶
function clear¶
function get¶
Get the head of the list.
function insert¶
function remove¶
The documentation for this class was generated from the following file cubrid/src/heaplayers/utility/freesllist.h