The Gaudi Framework  v30r3 (a5ef0a68)
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 175 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 176 of file PrecedenceRulesGraph.h.

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

Definition at line 178 of file PrecedenceRulesGraph.h.

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

Definition at line 180 of file PrecedenceRulesGraph.h.

180 { return ""; }

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