The Gaudi Framework  v32r2 (46d42edc)
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 128 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 129 of file PrecedenceRulesGraph.h.

129 { return ""; }

◆ operator()() [2/3]

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

Definition at line 131 of file PrecedenceRulesGraph.h.

131  {
132  return props.m_modeConcurrent ? "Concurrent" : "Sequential";
133  }

◆ operator()() [3/3]

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

Definition at line 135 of file PrecedenceRulesGraph.h.

135 { return ""; }

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