|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Filter the outcoming arcs. More...
#include <tpl_graph.H>
Public Member Functions | |
| __Out_Filt (typename GT::Node *__src) noexcept | |
| bool | operator() (typename GT::Arc *a) const noexcept |
| GT::Node * | get_node (typename GT::Arc *a) const noexcept |
Private Attributes | |
| GT::Node * | src = nullptr |
Filter the outcoming arcs.
This filter is used by the directed graphs implemented with List_Graph.
Definition at line 1551 of file tpl_graph.H.
|
inlinenoexcept |
Definition at line 1556 of file tpl_graph.H.
|
inlinenoexcept |
Definition at line 1566 of file tpl_graph.H.
References Aleph::maps(), and Aleph::__Out_Filt< GT >::src.
|
inlinenoexcept |
Definition at line 1560 of file tpl_graph.H.
References Aleph::maps(), and Aleph::__Out_Filt< GT >::src.
Definition at line 1553 of file tpl_graph.H.
Referenced by Aleph::__Out_Filt< GT >::get_node(), and Aleph::__Out_Filt< GT >::operator()().