OpenAnalysis::BaseGraph::EdgesIterator
The edge iterator iterates over all the edges in the graph in no particular order.
Synopsis
Declared in <src/midend/programAnalysis/OpenAnalysis/Utils/BaseGraph.h>
class EdgesIterator
: public Iterator
Base Classes
Name |
Description |
The Iterator abstract base class defines the basic properties of an iterator. |
Member Functions
Name |
Description |
|
Construct from |
|
Destructor |
|
|
|
Conversion to |
Derived Classes
Name |
Description |
The EdgesIterator is just and extension of BaseGraph::EdgesIterator to provide access to DGraph edges. |
Created with MrDocs