Class DGraph::DFSIterator#

Nested Relationships#

This class is a nested type of Class DGraph.

Inheritance Relationships#

Base Type#

Derived Type#

Class Documentation#

class DFSIterator : public BaseGraph::DFSIterator

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

Subclassed by CFG::DFSIterator

Public Functions

inline DFSIterator(DGraph &g)
inline virtual ~DFSIterator()
inline operator Node*()
inline Node *operator->()