Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::__In_Filt< GT > Class Template Reference

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::Nodeget_node (typename GT::Arc *a) const noexcept
 

Private Attributes

GT::Nodetgt = nullptr
 

Detailed Description

template<class GT>
class Aleph::__In_Filt< GT >

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.

Constructor & Destructor Documentation

◆ __In_Filt()

template<class GT >
Aleph::__In_Filt< GT >::__In_Filt ( typename GT::Node __tgt)
inlinenoexcept

Definition at line 1586 of file tpl_graph.H.

Member Function Documentation

◆ get_node()

template<class GT >
GT::Node * Aleph::__In_Filt< GT >::get_node ( typename GT::Arc a) const
inlinenoexcept

Definition at line 1596 of file tpl_graph.H.

References Aleph::maps(), and Aleph::__In_Filt< GT >::tgt.

◆ operator()()

template<class GT >
bool Aleph::__In_Filt< GT >::operator() ( typename GT::Arc a) const
inlinenoexcept

Definition at line 1590 of file tpl_graph.H.

References Aleph::maps(), and Aleph::__In_Filt< GT >::tgt.

Member Data Documentation

◆ tgt

template<class GT >
GT::Node* Aleph::__In_Filt< GT >::tgt = nullptr
private

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