The Gaudi Framework  v32r2 (46d42edc)
precedence::AllPass Struct Reference

#include <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 164 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 165 of file PrecedenceRulesGraph.h.

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

◆ operator()() [2/3]

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

Definition at line 167 of file PrecedenceRulesGraph.h.

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

◆ operator()() [3/3]

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

Definition at line 169 of file PrecedenceRulesGraph.h.

169 { return ""; }

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