Otawa  0.10
otawa::GenGraph< N, E >::GenEdge Class Reference

#include <otawa/graph/GenGraph.h>

Inheritance diagram for otawa::GenGraph< N, E >::GenEdge:
otawa::graph::Edge otawa::ccg::Edge otawa::ExeGraph< N >::ExeEdge otawa::ParExeEdge otawa::pfg::Edge

Public Member Functions

 GenEdge (GenNode *source, GenNode *target)
 
N * source (void) const
 
N * target (void) const
 

Protected Member Functions

virtual ~GenEdge (void)
 

Friends

class GenGraph< N, E >
 

Constructor & Destructor Documentation

template<class N, class E>
virtual otawa::GenGraph< N, E >::GenEdge::~GenEdge ( void  )
inlineprotectedvirtual
template<class N, class E>
otawa::GenGraph< N, E >::GenEdge::GenEdge ( GenNode source,
GenNode target 
)
inline

Member Function Documentation

template<class N, class E>
N* otawa::GenGraph< N, E >::GenEdge::source ( void  ) const
inline
template<class N, class E>
N* otawa::GenGraph< N, E >::GenEdge::target ( void  ) const
inline

Friends And Related Function Documentation

template<class N, class E>
friend class GenGraph< N, E >
friend

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