OpenAnalysis::BaseGraph::NodesIterator
The node iterator iterates over all the nodes in the graph in no particular order.
Synopsis
Declared in <src/midend/programAnalysis/OpenAnalysis/Utils/BaseGraph.h>
class NodesIterator
: 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 NodesIterator is just and extension of BaseGraph::NodesIterator to provide access to DGraph nodes. |
Created with MrDocs