Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Dyn_Slist_Nc< T >::Iterator Class Reference

#include <tpl_dyn_slist_nc.H>

Inheritance diagram for Aleph::Dyn_Slist_Nc< T >::Iterator:
[legend]
Collaboration diagram for Aleph::Dyn_Slist_Nc< T >::Iterator:
[legend]

Public Member Functions

 Iterator (Dyn_Slist_Nc< T > &list)
 
Tget_curr_n () const noexcept
 
Tget_curr () const
 
- Public Member Functions inherited from Aleph::Snode_Nc< T >::Iterator
 Iterator ()
 
 Iterator (Snode_Nc< T > *head_ptr)
 Instancia iterador en lista cuyo nodo cabecera es head_ptr.
 
 Iterator (Snode_Nc< T > &head)
 Instancia iterador en lista cuyo nodo cabecera es head_ptr *‍/.
 
 Iterator (Snode_Nc< T > *head_ptr, Snode_Nc< T > *curr_ptr)
 
Snode_Ncget_curr ()
 retorna puntero al nodo actual
 

Detailed Description

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

Definition at line 183 of file tpl_dyn_slist_nc.H.

Constructor & Destructor Documentation

◆ Iterator()

template<typename T >
Aleph::Dyn_Slist_Nc< T >::Iterator::Iterator ( Dyn_Slist_Nc< T > &  list)
inline

Definition at line 190 of file tpl_dyn_slist_nc.H.

Member Function Documentation

◆ get_curr()

template<typename T >
T & Aleph::Dyn_Slist_Nc< T >::Iterator::get_curr ( ) const
inline

◆ get_curr_n()

template<typename T >
T & Aleph::Dyn_Slist_Nc< T >::Iterator::get_curr_n ( ) const
inlinenoexcept

Definition at line 195 of file tpl_dyn_slist_nc.H.


The documentation for this class was generated from the following file: