![]()  | 
  
    The Gaudi Framework
    v29r3 (fa547fc2)
    
   | 
 
#include <src/PrecedenceRulesGraph.h>

Public Member Functions | |
| AlgoProps () | |
| AlgoProps (Algorithm *algo, uint nodeIndex, uint algoIndex, bool inverted, bool allPass) | |
Public Attributes | |
| std::string | m_name {""} | 
| int | m_nodeIndex {-1} | 
| int | m_algoIndex {-1} | 
| int | m_rank {-1} | 
| Algorithm * | m_algorithm {nullptr} | 
| Algorithm representative behind the AlgorithmNode.  More... | |
| bool | m_inverted {false} | 
| Whether the selection result is negated or not.  More... | |
| bool | m_allPass {false} | 
| Whether the selection result is relevant or always "pass".  More... | |
| bool | m_isIOBound {false} | 
| If an algorithm is blocking.  More... | |
Definition at line 47 of file PrecedenceRulesGraph.h.
      
  | 
  inline | 
Definition at line 48 of file PrecedenceRulesGraph.h.
      
  | 
  inline | 
Definition at line 49 of file PrecedenceRulesGraph.h.
| int precedence::AlgoProps::m_algoIndex {-1} | 
Definition at line 62 of file PrecedenceRulesGraph.h.
| Algorithm* precedence::AlgoProps::m_algorithm {nullptr} | 
Algorithm representative behind the AlgorithmNode.
Definition at line 65 of file PrecedenceRulesGraph.h.
| bool precedence::AlgoProps::m_allPass {false} | 
Whether the selection result is relevant or always "pass".
Definition at line 70 of file PrecedenceRulesGraph.h.
| bool precedence::AlgoProps::m_inverted {false} | 
Whether the selection result is negated or not.
Definition at line 68 of file PrecedenceRulesGraph.h.
| bool precedence::AlgoProps::m_isIOBound {false} | 
If an algorithm is blocking.
Definition at line 72 of file PrecedenceRulesGraph.h.
| std::string precedence::AlgoProps::m_name {""} | 
Definition at line 60 of file PrecedenceRulesGraph.h.
| int precedence::AlgoProps::m_nodeIndex {-1} | 
Definition at line 61 of file PrecedenceRulesGraph.h.
| int precedence::AlgoProps::m_rank {-1} | 
Definition at line 63 of file PrecedenceRulesGraph.h.