Class Graph::BFSIterator#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

Class Documentation#

class BFSIterator : public BaseGraph::BFSIterator

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

Public Functions

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