OpenSDN source code
|
Public Types | |
typedef DBGraphBase::VertexProperties | Properties |
Public Member Functions | |
BFSVisitor (DBGraph::VertexVisitor vertex_visit, DBGraph::EdgeVisitor edge_visit) | |
BFSVisitor (DBGraph::VertexVisitor vertex_visit, DBGraph::EdgeVisitor edge_visit, DBGraph::VertexFinish vertex_finish) | |
void | discover_vertex (DBGraph::Vertex u, const GraphType &graph) const |
void | finish_vertex (DBGraph::Vertex u, const GraphType &graph) const |
void | examine_edge (DBGraph::Edge e, const GraphType &graph) const |
Private Attributes | |
DBGraph::VertexVisitor | vertex_visit_ |
DBGraph::EdgeVisitor | edge_visit_ |
DBGraph::VertexFinish | vertex_finish_ |
Definition at line 57 of file db_graph.cc.
typedef DBGraphBase::VertexProperties BFSVisitor< GraphType >::Properties |
Definition at line 59 of file db_graph.cc.
|
inline |
Definition at line 61 of file db_graph.cc.
|
inline |
Definition at line 66 of file db_graph.cc.
|
inline |
Definition at line 73 of file db_graph.cc.
|
inline |
Definition at line 87 of file db_graph.cc.
|
inline |
Definition at line 79 of file db_graph.cc.
|
private |
Definition at line 96 of file db_graph.cc.
|
private |
Definition at line 97 of file db_graph.cc.
|
private |
Definition at line 95 of file db_graph.cc.