The Gaudi Framework  v29r0 (ff2e7097)
precedence::AllPass Struct Reference

#include <src/PrecedenceRulesGraph.h>

Inheritance diagram for precedence::AllPass:
Collaboration diagram for precedence::AllPass:

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 155 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 156 of file PrecedenceRulesGraph.h.

156 { return props.m_allPass ? "Optimist" : "Realist"; }
std::string precedence::AllPass::operator() ( const DecisionHubProps props) const
inline

Definition at line 158 of file PrecedenceRulesGraph.h.

158 { return props.m_allPass ? "Optimist" : "Realist"; }
std::string precedence::AllPass::operator() ( const DataProps ) const
inline

Definition at line 160 of file PrecedenceRulesGraph.h.

160 { return ""; }

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