Otawa  0.10
otawa::ai::OutputIter Class Reference

Iterator to set output values. More...

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

Public Member Functions

Graph::edge_t edge (void)
 Get current edge. More...
 
void set (const Domain::t &value)
 Set the value associated with the current edge. More...
 
void setAll (const Domain::t &value)
 Set the value for all edges. More...
 

Detailed Description

Iterator to set output values.

Member Function Documentation

Graph::edge_t otawa::ai::OutputIter::edge ( void  )

Get current edge.

Returns
Current edge.
void otawa::ai::OutputIter::set ( const Domain::t value)

Set the value associated with the current edge.

Parameters
Valueof the current edge.
void otawa::ai::OutputIter::setAll ( const Domain::t value)

Set the value for all edges.

Parameters
Valuefor the whole set of edges.

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