The Gaudi Framework  v31r0 (aeb156f0)
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 147 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 148 of file PrecedenceRulesGraph.h.

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

Definition at line 150 of file PrecedenceRulesGraph.h.

150  {
151  return props.m_modePromptDecision ? "Early" : "Late";
152  }
std::string precedence::GroupExit::operator() ( const DataProps ) const
inline

Definition at line 154 of file PrecedenceRulesGraph.h.

154 { return ""; }

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