Class Graph::DFSIterator#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

Class Documentation#

class DFSIterator : public BaseGraph::DFSIterator

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

Public Functions

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