Skip to content

OpenAnalysis::DGraph::BiDirNodesIterator

The BiDirNodesIterator is just an extension of BaseGraph::BiDirNodesIterator to provide access to DGraph nodes.

Synopsis

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

class BiDirNodesIterator
    : public BaseGraph::BiDirNodesIterator

Base Classes

Name

Description

BaseGraph::BiDirNodesIterator

The bi‐directional node iterator iterates over all the nodes in the graph in no particular order ‐‐ except that the Forward direction is guaranteed to be opposite of the Reverse direction.

Member Functions

Name

Description

BiDirNodesIterator [constructor]

Constructors

~BiDirNodesIterator [destructor] [virtual]

Destructor

operator‐>

Member access operator

operator Node*

Conversion to Node

Created with MrDocs