The Gaudi Framework  v33r0 (d5ea422b)
precedence::DecisionNegation Struct Reference

#include <src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions

std::string operator() (const AlgoProps &props) const
 
std::string operator() (const DecisionHubProps &) const
 
std::string operator() (const DataProps &) const
 

Detailed Description

Definition at line 166 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 167 of file PrecedenceRulesGraph.h.

167 { return props.m_inverted ? "Inverted" : "Non-inverted"; }

◆ operator()() [2/3]

std::string precedence::DecisionNegation::operator() ( const DecisionHubProps ) const
inline

Definition at line 169 of file PrecedenceRulesGraph.h.

169 { return ""; }

◆ operator()() [3/3]

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

Definition at line 171 of file PrecedenceRulesGraph.h.

171 { return ""; }

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