#include <ProcessCallGraph.h>
Definition at line 52 of file ProcessCallGraph.h.
ProcessCallGraph::PathType::PathType |
( |
| ) |
|
|
default |
ProcessCallGraph::PathType::PathType |
( |
std::string |
name, |
|
|
std::vector< unsigned int > |
mop, |
|
|
std::vector< unsigned int > |
mad, |
|
|
std::vector< unsigned int > |
ldom |
|
) |
| |
|
inline |
Definition at line 60 of file ProcessCallGraph.h.
References trackingPlots::other.
std::vector< unsigned int > modules_on_path_
std::vector< unsigned int > modules_and_dependencies_
std::vector< unsigned int > last_dependency_of_module_
ProcessCallGraph::PathType::PathType |
( |
PathType const & |
other | ) |
|
|
default |
ProcessCallGraph::PathType::PathType |
( |
PathType && |
other | ) |
|
|
default |
ProcessCallGraph::PathType::~PathType |
( |
| ) |
|
|
default |
std::vector<unsigned int> ProcessCallGraph::PathType::last_dependency_of_module_ |
std::vector<unsigned int> ProcessCallGraph::PathType::modules_and_dependencies_ |
std::vector<unsigned int> ProcessCallGraph::PathType::modules_on_path_ |
std::string ProcessCallGraph::PathType::name_ |