Class Graph::DFSIterator#
Defined in File Graph.h
Nested Relationships#
This class is a nested type of Class Graph.
Inheritance Relationships#
Base Type#
public BaseGraph::DFSIterator(Class BaseGraph::DFSIterator)
Class Documentation#
-
class DFSIterator : public BaseGraph::DFSIterator
The DFSIterator here is just an extension of BaseGraph::DFSIterator to allow proper casting.