OpenAnalysis::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.
Synopsis
Declared in <src/midend/programAnalysis/OpenAnalysis/Utils/BaseGraph.h>
class DFSIterator
: public Iterator
Base Classes
Name |
Description |
The Iterator abstract base class defines the basic properties of an iterator. |
Member Functions
Name |
Description |
|
Construct from |
|
Destructor |
|
|
|
Conversion to |
Protected Data Members
Name |
Derived Classes
Name |
Description |
The DFSIterator here is just an extension of BaseGraph::DFSIterator to allow proper casting. |
Created with MrDocs