Class Graph::EdgesIterator#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

Class Documentation#

class EdgesIterator : public BaseGraph::EdgesIterator

The EdgesIterator is just and extension of BaseGraph::EdgesIterator to provide access to Graph edges.

Public Functions

inline EdgesIterator(Graph &g)
inline virtual ~EdgesIterator()
inline operator Edge*()
inline Edge *operator->()