Class DGraph::NodesIterator#

Nested Relationships#

This class is a nested type of Class DGraph.

Inheritance Relationships#

Base Type#

Class Documentation#

class NodesIterator : public BaseGraph::NodesIterator

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

Public Functions

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