PandA-2024.02
Public Member Functions | Data Fields
OpGraphInfo Struct Reference

information associated with the whole graph More...

#include <op_graph.hpp>

Inheritance diagram for OpGraphInfo:
Inheritance graph
[legend]
Collaboration diagram for OpGraphInfo:
Collaboration graph
[legend]

Public Member Functions

 OpGraphInfo ()
 Constructor. More...
 
 ~OpGraphInfo () override
 Destructor();. More...
 
 OpGraphInfo (const BehavioralHelperConstRef BH)
 Constructor. More...
 
- Public Member Functions inherited from GraphInfo
 GraphInfo ()=default
 Constructor. More...
 
virtual ~GraphInfo ()=default
 Destructor. More...
 

Data Fields

vertex entry_vertex
 Index identifying the entry vertex. More...
 
vertex exit_vertex
 Index identifying the exit vertex. More...
 
const BehavioralHelperConstRef BH
 The behavioral helper. More...
 
CustomMap< unsigned int, vertextree_node_to_operation
 For each statement, the vertex in which it is contained. More...
 

Detailed Description

information associated with the whole graph

Definition at line 556 of file op_graph.hpp.

Constructor & Destructor Documentation

◆ OpGraphInfo() [1/2]

OpGraphInfo::OpGraphInfo ( )

Constructor.

◆ ~OpGraphInfo()

OpGraphInfo::~OpGraphInfo ( )
overridedefault

Destructor();.

Referenced by OpGraphInfo().

Here is the caller graph for this function:

◆ OpGraphInfo() [2/2]

OpGraphInfo::OpGraphInfo ( const BehavioralHelperConstRef  BH)
explicit

Constructor.

Parameters
BHis the helper of the function associated with this graph

Definition at line 242 of file op_graph.cpp.

References ~OpGraphInfo().

Here is the call graph for this function:

Field Documentation

◆ BH

const BehavioralHelperConstRef OpGraphInfo::BH

The behavioral helper.

Definition at line 575 of file op_graph.hpp.

◆ entry_vertex

vertex OpGraphInfo::entry_vertex

Index identifying the entry vertex.

Definition at line 569 of file op_graph.hpp.

◆ exit_vertex

vertex OpGraphInfo::exit_vertex

Index identifying the exit vertex.

Definition at line 572 of file op_graph.hpp.

◆ tree_node_to_operation

CustomMap<unsigned int, vertex> OpGraphInfo::tree_node_to_operation

For each statement, the vertex in which it is contained.

Definition at line 578 of file op_graph.hpp.


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

Generated on Mon Feb 12 2024 13:03:59 for PandA-2024.02 by doxygen 1.8.13