#include <sllist.h>
Lista de todos los miembros.
Clases |
class | Entry |
| An entry in the list. Más...
|
Métodos públicos |
| SLList (void) |
void | clear (void) |
| Clear the list.
|
Entry * | get (void) |
| Get the head of the list.
|
void | insert (Entry *e) |
| Inserts an entry into the head of the list.
|
Documentación del constructor y destructor
HL::SLList::SLList |
( |
void |
| ) |
[inline] |
Documentación de las funciones miembro
void HL::SLList::clear |
( |
void |
| ) |
[inline] |
Entry* HL::SLList::get |
( |
void |
| ) |
[inline] |
Get the head of the list.
void HL::SLList::insert |
( |
Entry * |
e | ) |
[inline] |
Inserts an entry into the head of the list.
La documentación para esta clase fue generada a partir del siguiente fichero: