|
OpenASIP 2.2
|
#include <BoostGraph.hh>

Public Member Functions | |
| RemovedEdgeDatum (GraphNode &tail, GraphNode &head, GraphEdge &e) | |
| bool | operator< (const RemovedEdgeDatum &other) const |
Public Attributes | |
| GraphNode & | nTail |
| GraphNode & | nHead |
| GraphEdge & | edge |
Definition at line 223 of file BoostGraph.hh.
|
inline |
Definition at line 228 of file BoostGraph.hh.
|
inline |
Definition at line 231 of file BoostGraph.hh.
References BoostGraph< GraphNode, GraphEdge >::RemovedEdgeDatum::edge, and GraphEdge::edgeID().

| GraphEdge& BoostGraph< GraphNode, GraphEdge >::RemovedEdgeDatum::edge |
Definition at line 226 of file BoostGraph.hh.
Referenced by BoostGraph< GraphNode, GraphEdge >::RemovedEdgeDatum::operator<().
| GraphNode& BoostGraph< GraphNode, GraphEdge >::RemovedEdgeDatum::nHead |
Definition at line 225 of file BoostGraph.hh.
| GraphNode& BoostGraph< GraphNode, GraphEdge >::RemovedEdgeDatum::nTail |
Definition at line 224 of file BoostGraph.hh.