ROSE 0.11.145.147
Public Member Functions | List of all members
Rose::BinaryAnalysis::Partitioner2::CfgEdge Class Reference

Description

Control flow graph edge.

Definition at line 143 of file ControlFlowGraph.h.

#include <Rose/BinaryAnalysis/Partitioner2/ControlFlowGraph.h>

Public Member Functions

 CfgEdge ()
 Construct a new normal edge.
 
 CfgEdge (EdgeType type, Confidence confidence=ASSUMED)
 Construct an edge with a specified type and confidence.
 
EdgeType type () const
 Return edge type.
 
Confidence confidence () const
 Property: Confidence.
 
void confidence (Confidence)
 Property: Confidence.
 

Member Function Documentation

◆ confidence() [1/2]

Confidence Rose::BinaryAnalysis::Partitioner2::CfgEdge::confidence ( ) const

Property: Confidence.

The confidence that this edge is correct.

◆ confidence() [2/2]

void Rose::BinaryAnalysis::Partitioner2::CfgEdge::confidence ( Confidence  )

Property: Confidence.

The confidence that this edge is correct.


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