Skip to content

OpenAnalysis::DGraph::NodesIterator

The NodesIterator is just and extension of BaseGraph::NodesIterator to provide access to DGraph nodes.

Synopsis

Declared in <src/midend/programAnalysis/OpenAnalysis/Utils/DGraph.h>

class NodesIterator
    : public BaseGraph::NodesIterator

Base Classes

Name

Description

BaseGraph::NodesIterator

The node iterator iterates over all the nodes in the graph in no particular order.

Member Functions

Name

Description

NodesIterator [constructor]

Construct from DGraph

~NodesIterator [destructor] [virtual]

Destructor

operator‐>

Member access operator

operator Node*

Conversion to Node

Created with MrDocs