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

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

Private Attributes

GT::Nodesrc = nullptr
 

Detailed Description

template<class GT>
class Aleph::__Out_Filt< GT >

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.

Constructor & Destructor Documentation

◆ __Out_Filt()

template<class GT >
Aleph::__Out_Filt< GT >::__Out_Filt ( typename GT::Node __src)
inlinenoexcept

Definition at line 1556 of file tpl_graph.H.

Member Function Documentation

◆ get_node()

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

Definition at line 1566 of file tpl_graph.H.

References Aleph::maps(), and Aleph::__Out_Filt< GT >::src.

◆ operator()()

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

Definition at line 1560 of file tpl_graph.H.

References Aleph::maps(), and Aleph::__Out_Filt< GT >::src.

Member Data Documentation

◆ src

template<class GT >
GT::Node* Aleph::__Out_Filt< GT >::src = nullptr
private

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