Otawa  0.10
otawa::graph Namespace Reference

Classes

class  Edge
 This class represents a directed edge between two nodes. More...
 
class  Graph
 This class represents a full graph with nodes and edges. More...
 
class  Node
 The node from a directed graph. More...
 
class  PreorderIterator
 An iterator allowing to traverse the graph using preorder, that is, a node is only traversed when its predecessors has been traversed. More...