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