Skip to content

OpenAnalysis::DGraph::Edge::Edge

Constructor

Synopsis

Declared in <src/midend/programAnalysis/OpenAnalysis/Utils/DGraph.h>

Edge(
    Node* _source,
    Node* _sink);

Parameters

Name

Description

_source

The object to construct from

_sink

An node in an undirected graph has a list of neighboring nodes and a list of incident edges.

Created with MrDocs