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

#include <dllist.h>

Lista de todos los miembros.

Clases

class  Entry
 An entry in the list. Más...

Métodos públicos

 DLList (void)
void clear (void)
 Clear the list.
bool isEmpty (void) const
 Is the list empty?
Entryget (void)
 Get the head of the list.
void remove (Entry *e)
 Remove one item from the list.
void insert (Entry *e)
 Insert an entry into the head of the list.

Documentación del constructor y destructor

HL::DLList::DLList ( void  ) [inline]

Documentación de las funciones miembro

void HL::DLList::clear ( void  ) [inline]

Clear the list.

Entry* HL::DLList::get ( void  ) [inline]

Get the head of the list.

void HL::DLList::insert ( Entry e) [inline]

Insert an entry into the head of the list.

bool HL::DLList::isEmpty ( void  ) const [inline]

Is the list empty?

void HL::DLList::remove ( Entry e) [inline]

Remove one item from 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'