|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Filter the incoming arcs. More...
#include <tpl_graph.H>
Public Member Functions | |
| __In_Filt (typename GT::Node *__tgt) noexcept | |
| bool | operator() (typename GT::Arc *a) const noexcept |
| GT::Node * | get_node (typename GT::Arc *a) const noexcept |
Private Attributes | |
| GT::Node * | tgt = nullptr |
Filter the incoming arcs.
This filter is used by the directed graphs implemented with List_Graph.
Definition at line 1581 of file tpl_graph.H.
|
inlinenoexcept |
Definition at line 1586 of file tpl_graph.H.
|
inlinenoexcept |
Definition at line 1596 of file tpl_graph.H.
References Aleph::maps(), and Aleph::__In_Filt< GT >::tgt.
|
inlinenoexcept |
Definition at line 1590 of file tpl_graph.H.
References Aleph::maps(), and Aleph::__In_Filt< GT >::tgt.
Definition at line 1583 of file tpl_graph.H.
Referenced by Aleph::__In_Filt< GT >::get_node(), and Aleph::__In_Filt< GT >::operator()().