Otawa  0.10
otawa::concept::BiDiGraph::Predecessor Class Reference

Entering-in edge iterator on a node. More...

Inheritance diagram for otawa::concept::BiDiGraph::Predecessor:

Public Member Functions

 Predecessor (const DiGraph &graph, const Vertex &source)
 Build the iterator on the entering-in edges of the source. More...
 
 Predecessor (const InIterator &iterator)
 Clone the given predecessor iterator. More...
 

Detailed Description

Entering-in edge iterator on a node.

Constructor & Destructor Documentation

otawa::concept::BiDiGraph::Predecessor::Predecessor ( const DiGraph graph,
const Vertex source 
)

Build the iterator on the entering-in edges of the source.

Parameters
sourceSource node.
otawa::concept::BiDiGraph::Predecessor::Predecessor ( const InIterator &  iterator)

Clone the given predecessor iterator.

Parameters
forwardIterator to clone.

The documentation for this class was generated from the following file: