The Gaudi Framework  v29r0 (ff2e7097)
precedence::GroupExit Struct Reference

#include <src/PrecedenceRulesGraph.h>

Inheritance diagram for precedence::GroupExit:
Collaboration diagram for precedence::GroupExit:

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 136 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 137 of file PrecedenceRulesGraph.h.

137 { return ""; }
std::string precedence::GroupExit::operator() ( const DecisionHubProps props) const
inline

Definition at line 139 of file PrecedenceRulesGraph.h.

140  {
141  return props.m_modePromptDecision ? "Early" : "Late";
142  }
std::string precedence::GroupExit::operator() ( const DataProps ) const
inline

Definition at line 144 of file PrecedenceRulesGraph.h.

144 { return ""; }

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