Class DGraph::Edge#

Nested Relationships#

This class is a nested type of Class DGraph.

Inheritance Relationships#

Base Type#

Derived Types#

Class Documentation#

class Edge : public BaseGraph::Edge

Subclassed by CFG::Edge, CallGraph::Edge

Public Functions

inline Edge(Node *_source, Node *_sink)
inline virtual ~Edge()
inline Node *source()
inline Node *sink()
inline Node *head()
inline Node *tail()

Friends

friend class DGraph