Aleph-w  1.9
General library for algorithms and data structures
Aleph::Net_Filt< Net > Struct Template Reference

#include <tpl_net.H>

Public Member Functions

void set_cookie (void *__cookie) noexcept
 
 Net_Filt (typename Net::Node *s=nullptr) noexcept
 
bool operator() (typename Net::Arc *a) const noexcept
 
bool operator() (const Net &, typename Net::Arc *arc) noexcept
 
Net::Node * get_node (typename Net::Arc *a) const noexcept
 

Public Attributes

Net::Node * p = nullptr
 
void * cookie = nullptr
 

Detailed Description

template<class Net>
struct Aleph::Net_Filt< Net >

Filtro de arcos para redes de flujo.


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

Leandro Rabindranath León