Class BaseGraph::NodesIterator#
Defined in File BaseGraph.h
Nested Relationships#
This class is a nested type of Class BaseGraph.
Inheritance Relationships#
Base Type#
public Iterator(Class Iterator)
Derived Types#
public DGraph::NodesIterator(Class DGraph::NodesIterator)public Graph::NodesIterator(Class Graph::NodesIterator)
Class Documentation#
-
class NodesIterator : public Iterator
The node iterator iterates over all the nodes in the graph in no particular order.
Subclassed by DGraph::NodesIterator, Graph::NodesIterator
Public Functions
-
inline NodesIterator(BaseGraph &g)
-
inline ~NodesIterator()
-
inline virtual void operator++()
-
inline virtual operator bool()
-
inline NodesIterator(BaseGraph &g)