The Gaudi Framework  v36r9p1 (5c15b2bb)
precedence::GroupMode Struct Reference

#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions

std::string operator() (const AlgoProps &) const
 
std::string operator() (const DecisionHubProps &props) const
 
std::string operator() (const DataProps &) const
 

Detailed Description

Definition at line 140 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

std::string precedence::GroupMode::operator() ( const AlgoProps ) const
inline

Definition at line 141 of file PrecedenceRulesGraph.h.

141 { return ""; }

◆ operator()() [2/3]

std::string precedence::GroupMode::operator() ( const DataProps ) const
inline

Definition at line 147 of file PrecedenceRulesGraph.h.

147 { return ""; }

◆ operator()() [3/3]

std::string precedence::GroupMode::operator() ( const DecisionHubProps props) const
inline

Definition at line 143 of file PrecedenceRulesGraph.h.

143  {
144  return props.m_modeConcurrent ? "Concurrent" : "Sequential";
145  }

The documentation for this struct was generated from the following file:
ProduceConsume.props
props
Definition: ProduceConsume.py:84