#include <src/ExecutionFlowGraph.h>
|
| | AlgoNodeStruct () |
| |
| | AlgoNodeStruct (const std::string &name, const int index=-1, const int &rank=-1, const double &runtime=-1, const double &eccentricity=-1.0) |
| |
Definition at line 26 of file ExecutionFlowGraph.h.
| boost::AlgoNodeStruct::AlgoNodeStruct |
( |
| ) |
|
|
inline |
| boost::AlgoNodeStruct::AlgoNodeStruct |
( |
const std::string & |
name, |
|
|
const int |
index = -1, |
|
|
const int & |
rank = -1, |
|
|
const double & |
runtime = -1, |
|
|
const double & |
eccentricity = -1.0 |
|
) |
| |
|
inline |
| double boost::AlgoNodeStruct::m_eccentricity |
| int boost::AlgoNodeStruct::m_index |
| std::string boost::AlgoNodeStruct::m_name |
| int boost::AlgoNodeStruct::m_rank |
| double boost::AlgoNodeStruct::m_runtime |
The documentation for this struct was generated from the following file: