ROSE  0.11.145.0
Public Member Functions | List of all members
Rose::BinaryAnalysis::Partitioner2::FunctionCallGraph::Edge Class Reference

Description

Information about each edge in the call graph.

Definition at line 24 of file FunctionCallGraph.h.

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

Public Member Functions

 Edge (EdgeType type)
 
EdgeType type () const
 Type of edge. More...
 
size_t count () const
 Number of inter-function control flow edges represented by this edge. More...
 

Member Function Documentation

EdgeType Rose::BinaryAnalysis::Partitioner2::FunctionCallGraph::Edge::type ( ) const
inline

Type of edge.

Edge types E_FUNCTION_CALL and E_FUNCTION_XFER are supported.

Definition at line 32 of file FunctionCallGraph.h.

size_t Rose::BinaryAnalysis::Partitioner2::FunctionCallGraph::Edge::count ( ) const
inline

Number of inter-function control flow edges represented by this edge.

Definition at line 35 of file FunctionCallGraph.h.


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