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