PGROUTING  3.2
pgrouting::functions::Pgr_mst< G >::InSpanning Struct Reference

#include "pgr_mst.hpp"

Collaboration diagram for pgrouting::functions::Pgr_mst< G >::InSpanning:

Public Member Functions

void clear ()
 
bool operator() (E e) const
 

Public Attributes

std::set< Eedges
 

Detailed Description

template<class G>
struct pgrouting::functions::Pgr_mst< G >::InSpanning

Definition at line 141 of file pgr_mst.hpp.

Member Function Documentation

◆ clear()

template<class G >
void pgrouting::functions::Pgr_mst< G >::InSpanning::clear ( )
inline

Definition at line 144 of file pgr_mst.hpp.

144 { edges.clear(); }

References pgrouting::functions::Pgr_mst< G >::InSpanning::edges.

Referenced by pgrouting::functions::Pgr_mst< G >::clear().

◆ operator()()

template<class G >
bool pgrouting::functions::Pgr_mst< G >::InSpanning::operator() ( E  e) const
inline

Definition at line 143 of file pgr_mst.hpp.

143 { return edges.count(e); }

References pgrouting::functions::Pgr_mst< G >::InSpanning::edges.

Member Data Documentation

◆ edges


The documentation for this struct was generated from the following file:
pgrouting::functions::Pgr_mst::InSpanning::edges
std::set< E > edges
Definition: pgr_mst.hpp:142