The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
precedence::AllPass Struct Reference

#include </builds/gaudi/Gaudi/GaudiHive/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 171 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 172 of file PrecedenceRulesGraph.h.

172{ return ""; }

◆ operator()() [2/3]

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

Definition at line 176 of file PrecedenceRulesGraph.h.

176{ return ""; }

◆ operator()() [3/3]

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

Definition at line 174 of file PrecedenceRulesGraph.h.

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

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