The Gaudi Framework  v36r7 (7f57a304)
precedence::DecisionNegation Struct Reference

#include </builds/gaudi/Gaudi/GaudiHive/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 168 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 169 of file PrecedenceRulesGraph.h.

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

◆ operator()() [2/3]

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

Definition at line 173 of file PrecedenceRulesGraph.h.

173 { return ""; }

◆ operator()() [3/3]

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

Definition at line 171 of file PrecedenceRulesGraph.h.

171 { return ""; }

The documentation for this struct was generated from the following file:
ProduceConsume.props
props
Definition: ProduceConsume.py:84