Skip to content

OpenAnalysis::DGraph::DFSIterator

The DFSIterator here is just an extension of BaseGraph::DFSIterator to allow proper casting.

Synopsis

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

class DFSIterator
    : public BaseGraph::DFSIterator

Base Classes

Name

Description

BaseGraph::DFSIterator

The DFSiterator calls the virtual function create_DFS_links the first time it is called, or if the graph has been changed since the last call.

Member Functions

Name

Description

DFSIterator [constructor]

Construct from DGraph

~DFSIterator [destructor] [virtual]

Destructor

operator‐>

Member access operator

operator Node*

Conversion to Node

Derived Classes

Name

Description

DFSIterator

Created with MrDocs