OpenAnalysis::DGraph::Edge
Synopsis
Declared in <src/midend/programAnalysis/OpenAnalysis/Utils/DGraph.h>
class Edge
: public BaseGraph::Edge
Base Classes
Name |
Description |
Member Functions
Friends
Name |
Description |
DGraph is the base class for a general directed graph (DGraph) that is in turn derived from BaseGraph. Algorithms that operate upon abstract directed graphs should, normally, use only this base DGraph class for maximum portability. |