The Gaudi Framework  v33r0 (d5ea422b)
precedence::GroupMode Struct Reference

#include <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 138 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 139 of file PrecedenceRulesGraph.h.

139 { return ""; }

◆ operator()() [2/3]

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

Definition at line 141 of file PrecedenceRulesGraph.h.

141  {
142  return props.m_modeConcurrent ? "Concurrent" : "Sequential";
143  }

◆ operator()() [3/3]

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

Definition at line 145 of file PrecedenceRulesGraph.h.

145 { return ""; }

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