Aleph-w  1.9
General library for algorithms and data structures
Aleph::__In_Filt< GT > Class Template Reference

#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
 

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.


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

Leandro Rabindranath León