Otawa  0.10
otawa::concept::DiGraph::Successor Class Reference

Outing edge iterator on a node. More...

#include </home/casse/otawa/otawa/src/prog/concepts.h>

Inheritance diagram for otawa::concept::DiGraph::Successor:

Public Member Functions

 Successor (const DiGraph &graph, const Vertex &source)
 Build the iterator on the successor edge of the source. More...
 
 Successor (const OutIterator &iterator)
 Clone the given successor iterator. More...
 

Detailed Description

Outing edge iterator on a node.

Constructor & Destructor Documentation

otawa::concept::DiGraph::Successor::Successor ( const DiGraph graph,
const Vertex source 
)

Build the iterator on the successor edge of the source.

Parameters
sourceSource node.
otawa::concept::DiGraph::Successor::Successor ( const OutIterator &  iterator)

Clone the given successor iterator.

Parameters
forwardIterator to clone.

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