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

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 147 of file PrecedenceRulesGraph.h.

147 { return ""; }

◆ operator()() [2/3]

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

Definition at line 149 of file PrecedenceRulesGraph.h.

149  {
150  return props.m_modePromptDecision ? "Early" : "Late";
151  }

◆ operator()() [3/3]

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

Definition at line 153 of file PrecedenceRulesGraph.h.

153 { return ""; }

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