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

#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
 

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.


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

Leandro Rabindranath León