Aleph-w  1.5a.2
Biblioteca general de algoritmos y estructuras de datos
 Todo Clases Archivos Funciones Variables 'typedefs' Enumeraciones Amigas Grupos Páginas
Referencia de la Clase Aleph::DynList< T >::Iterator

#include <htlist.H>

+ Diagrama de herencias de Aleph::DynList< T >::Iterator
+ Diagrama de colaboración para Aleph::DynList< T >::Iterator:

Tipos públicos

typedef T Item_Type
 
typedef Iterator Iterator_Type
 

Métodos públicos

 Iterator (const DynList &list)
 
T & get_curr () const
 
T & get_current () const
 
del ()
 
- Métodos públicos heredados desde Aleph::HTList::Iterator
 Iterator (const Iterator &it)
 
 Iterator (const HTList &list)
 
void reset ()
 
void reset_first ()
 
Iteratoroperator= (const Iterator &it)
 
bool has_curr () const
 
bool has_current () const
 
Slinkncget_curr () const
 
Slinkncget_current () const
 
void next ()
 
Slinkncdel ()
 

Descripción detallada

template<typename T>
class Aleph::DynList< T >::Iterator

Iterador


La documentación para esta clase fue generada a partir del siguiente fichero:

Leandro Rabindranath León