Class Graph::IncidentEdgesIterator#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

Class Documentation#

class IncidentEdgesIterator : public Iterator

Incident edges iterator iterates over all the edges incident on a node.

Public Functions

inline IncidentEdgesIterator(Node *n)
inline ~IncidentEdgesIterator()
inline virtual void operator++()
inline virtual operator bool()
inline Edge *operator->()
inline operator Edge*()