|
|
| Node_Iterator () noexcept |
| | The set: the arcs of a graph.
|
| |
| | Node_Iterator (const GT &g, Show_Node sn=Show_Node()) noexcept(noexcept(Itor(g, sn))) |
| |
|
const GT & | get_container () const |
| |
|
GT::Node_Iterator & | get_iterator () |
| | Retorna el iterador de fondo.
|
| |
| Show_Node & | get_filter () |
| |
|
void | set_filter (Show_Node si) |
| |
|
void | set_cookie (void *__cookie) |
| |
|
void | next () |
| | Adelanta el iterador una posición.
|
| |
|
void | next_ne () noexcept |
| |
|
void | prev () |
| | Retrocede el iterador una posición.
|
| |
|
void | reset_first () |
| | Coloca el iterador sobre el primer elemento de la secuencia.
|
| |
|
void | reset_last () |
| | Coloca el iterador sobre el último elemento de la secuencia.
|
| |
template<class GT, class Show_Node = Dft_Show_Node<GT>>
class Aleph::Node_Iterator< GT, Show_Node >
Filtered iterator on the nodes of a graph.