ROSE 0.11.145.147
Public Attributes | List of all members
Rose::BinaryAnalysis::ControlFlow::FunctionSubgraphInfo< CFG > Struct Template Reference

Description

template<class CFG>
struct Rose::BinaryAnalysis::ControlFlow::FunctionSubgraphInfo< CFG >

List of vertices and intra-function edges for one function.

Definition at line 405 of file ControlFlow.h.

#include <Rose/BinaryAnalysis/ControlFlow.h>

Collaboration diagram for Rose::BinaryAnalysis::ControlFlow::FunctionSubgraphInfo< CFG >:
Collaboration graph
[legend]

Public Attributes

std::vector< typename boost::graph_traits< CFG >::vertex_descriptor > vertices
 
std::vector< typename boost::graph_traits< CFG >::edge_descriptor > edges
 

Member Data Documentation

◆ vertices

template<class CFG >
std::vector<typename boost::graph_traits<CFG>::vertex_descriptor> Rose::BinaryAnalysis::ControlFlow::FunctionSubgraphInfo< CFG >::vertices

Definition at line 406 of file ControlFlow.h.

◆ edges

template<class CFG >
std::vector<typename boost::graph_traits<CFG>::edge_descriptor> Rose::BinaryAnalysis::ControlFlow::FunctionSubgraphInfo< CFG >::edges

Definition at line 407 of file ControlFlow.h.


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