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 |
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 |
|
Construct from |
|
Destructor |
Member access operator |
|
Conversion to |
Created with MrDocs