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

Member Function Documentation

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

Definition at line 166 of file PrecedenceRulesGraph.h.

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

Definition at line 168 of file PrecedenceRulesGraph.h.

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

Definition at line 170 of file PrecedenceRulesGraph.h.

170 { return ""; }

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