Belle II Software development
|
Simple struct to check boost graph for cyclic references. More...
Public Member Functions | |
template<class Edge , class Graph > | |
void | back_edge (Edge, Graph &) |
This method is invoked on back edges in the graph. | |
Simple struct to check boost graph for cyclic references.
Definition at line 28 of file MCParticleGraph.cc.
|
inline |
This method is invoked on back edges in the graph.
If a back edge is found, it means a cyclic reference was found and therefore an exception of type MCParticleGraph::CyclicReferenceError() is thrown.
Edge | The edge of the graph. |
Graph | Reference to the graph itself. |
Definition at line 36 of file MCParticleGraph.cc.