PandA-2024.02
|
Information associated with a call_graph node. More...
#include <call_graph.hpp>
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... | |
Information associated with a call_graph node.
Definition at line 66 of file call_graph.hpp.
FunctionInfo::FunctionInfo | ( | ) |
Constructor.
Definition at line 59 of file call_graph.cpp.
References FunctionEdgeInfo::FunctionEdgeInfo().
unsigned int FunctionInfo::nodeID |
this is the nodeID of the function associated with the vertex
Definition at line 69 of file call_graph.hpp.