Skip to content

OpenAnalysis::CFG::DFSIterator

Synopsis

Declared in <src/midend/programAnalysis/OpenAnalysis/CFG/CFG.h>

class DFSIterator
    : public DGraph::DFSIterator

Base Classes

Name

Description

DGraph::DFSIterator

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

Member Functions

Name

Description

DFSIterator [constructor]

Construct from CFG

~DFSIterator [destructor] [virtual]

Destructor

operator Node*

Conversion to Node

operator bool [virtual]

Conversion to bool

Created with MrDocs