Class BaseGraph::BFSIterator#

Nested Relationships#

This class is a nested type of Class BaseGraph.

Inheritance Relationships#

Base Type#

Derived Types#

Class Documentation#

class BFSIterator : public Iterator

The BFSiterator calls the virtual function create_BFS_links the first time it is called, or if the graph has been changed since the last call.

Subclassed by DGraph::BFSIterator, Graph::BFSIterator

Public Functions

BFSIterator(BaseGraph &g)
inline ~BFSIterator()
inline virtual void operator++()
inline virtual operator bool()

Protected Attributes

Node *p