The Gaudi Framework  v32r2 (46d42edc)
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 156 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 157 of file PrecedenceRulesGraph.h.

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

◆ operator()() [2/3]

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

Definition at line 159 of file PrecedenceRulesGraph.h.

159 { return ""; }

◆ operator()() [3/3]

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

Definition at line 161 of file PrecedenceRulesGraph.h.

161 { return ""; }

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