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

Information associated with a call_graph node. More...

#include <call_graph.hpp>

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

Public Member Functions

 FunctionInfo ()
 Constructor. More...
 
- Public Member Functions inherited from NodeInfo
 NodeInfo ()
 Constructor. More...
 
virtual ~NodeInfo ()
 Destructor. More...
 
virtual void print (std::ostream &, int detail_level=0) const
 Print the information associated with the node of the graph. More...
 

Data Fields

unsigned int nodeID
 this is the nodeID of the function associated with the vertex More...
 

Detailed Description

Information associated with a call_graph node.

Definition at line 66 of file call_graph.hpp.

Constructor & Destructor Documentation

◆ FunctionInfo()

FunctionInfo::FunctionInfo ( )

Constructor.

Definition at line 59 of file call_graph.cpp.

References FunctionEdgeInfo::FunctionEdgeInfo().

Here is the call graph for this function:

Field Documentation

◆ nodeID

unsigned int FunctionInfo::nodeID

this is the nodeID of the function associated with the vertex

Definition at line 69 of file call_graph.hpp.


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

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