The Gaudi Framework  v30r3 (a5ef0a68)
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 156 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 157 of file PrecedenceRulesGraph.h.

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

Definition at line 159 of file PrecedenceRulesGraph.h.

160  {
161  return props.m_modePromptDecision ? "Early" : "Late";
162  }
std::string precedence::GroupExit::operator() ( const DataProps ) const
inline

Definition at line 164 of file PrecedenceRulesGraph.h.

164 { return ""; }

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