Class Graph::NodesIterator#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

Class Documentation#

class NodesIterator : public BaseGraph::NodesIterator

The NodesIterator is just and extension of BaseGraph::NodesIterator to provide access to Graph nodes.

Public Functions

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