Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
boost::AlgoNodeStruct Struct Reference

#include <src/PrecedenceRulesGraph.h>

Collaboration diagram for boost::AlgoNodeStruct:

Public Member Functions

 AlgoNodeStruct ()
 
 AlgoNodeStruct (const std::string &name, const int index=-1, const int &rank=-1, const double &runtime=-1, const double &eccentricity=-1.0)
 

Public Attributes

std::string m_name
 
int m_index
 
int m_rank
 
double m_runtime
 
double m_eccentricity
 

Detailed Description

Definition at line 26 of file PrecedenceRulesGraph.h.

Constructor & Destructor Documentation

boost::AlgoNodeStruct::AlgoNodeStruct ( )
inline

Definition at line 27 of file PrecedenceRulesGraph.h.

27 {}
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

Definition at line 28 of file PrecedenceRulesGraph.h.

Member Data Documentation

double boost::AlgoNodeStruct::m_eccentricity

Definition at line 34 of file PrecedenceRulesGraph.h.

int boost::AlgoNodeStruct::m_index

Definition at line 31 of file PrecedenceRulesGraph.h.

std::string boost::AlgoNodeStruct::m_name

Definition at line 30 of file PrecedenceRulesGraph.h.

int boost::AlgoNodeStruct::m_rank

Definition at line 32 of file PrecedenceRulesGraph.h.

double boost::AlgoNodeStruct::m_runtime

Definition at line 33 of file PrecedenceRulesGraph.h.


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