Eneboo - Documentación para desarrolladores
|
A "memory neutral" singly-linked list,. Más...
#include <freesllist.h>
Clases | |
class | Entry |
Métodos públicos | |
void | clear (void) |
Entry * | get (void) |
Get the head of the list. | |
Entry * | remove (void) |
void | insert (void *e) |
A "memory neutral" singly-linked list,.
Uses the free space in objects to store the pointers.
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] |