QSapecNG
 All Classes Functions Enumerations Properties
Public Member Functions | Public Attributes
boost::detail::bridges_visitor< TreeMap, PredMap, DistMap, LowMap, Buffer > Struct Template Reference

List of all members.

Public Member Functions

 bridges_visitor (TreeMap tree, PredMap pred, DistMap dist, LowMap low, Buffer &buffer)
template<class Vertex , class Graph >
void initialize_vertex (const Vertex &u, const Graph &g)
template<class Vertex , class Graph >
void discover_vertex (const Vertex &u, const Graph &g)
template<class Edge , class Graph >
void tree_edge (const Edge &e, const Graph &g)
template<class Edge , class Graph >
void back_edge (const Edge &e, const Graph &g)
template<class Vertex , class Graph >
void finish_vertex (const Vertex &u, const Graph &g)

Public Attributes

TreeMap tree_
PredMap pred_
DistMap dist_
LowMap low_
Buffer & buffer_
int num_

template<class TreeMap, class PredMap, class DistMap, class LowMap, class Buffer>
struct boost::detail::bridges_visitor< TreeMap, PredMap, DistMap, LowMap, Buffer >


The documentation for this struct was generated from the following file:
 All Classes Functions Enumerations Properties