Skip to content

OpenAnalysis::DGraph::BFSIterator

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

Synopsis

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

class BFSIterator
    : public BaseGraph::BFSIterator

Base Classes

Name

Description

BaseGraph::BFSIterator

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

Member Functions

Name

Description

BFSIterator [constructor]

Construct from DGraph

~BFSIterator [destructor] [virtual]

Destructor

operator‐>

Member access operator

operator Node*

Conversion to Node

Created with MrDocs