Eneboo - Documentación para desarrolladores
Clases | Métodos públicos
Referencia de la Clase HL::SLList

#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.
Entryget (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]

Clear the list.

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:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'