The Gaudi Framework  v36r1 (3e2fb5a8)
precedence::AllPass Struct Reference

#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions

std::string operator() (const AlgoProps &props) const
 
std::string operator() (const DecisionHubProps &props) const
 
std::string operator() (const DataProps &) const
 

Detailed Description

Definition at line 176 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

std::string precedence::AllPass::operator() ( const AlgoProps props) const
inline

Definition at line 177 of file PrecedenceRulesGraph.h.

177 { return props.m_allPass ? "Optimist" : "Realist"; }

◆ operator()() [2/3]

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

Definition at line 181 of file PrecedenceRulesGraph.h.

181 { return ""; }

◆ operator()() [3/3]

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

Definition at line 179 of file PrecedenceRulesGraph.h.

179 { return props.m_allPass ? "Optimist" : "Realist"; }

The documentation for this struct was generated from the following file:
ProduceConsume.props
props
Definition: ProduceConsume.py:54