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

#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions

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

Detailed Description

Definition at line 150 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

std::string precedence::GroupLogic::operator() ( const AlgoProps ) const
inline

Definition at line 151 of file PrecedenceRulesGraph.h.

151 { return ""; }

◆ operator()() [2/3]

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

Definition at line 155 of file PrecedenceRulesGraph.h.

155 { return ""; }

◆ operator()() [3/3]

std::string precedence::GroupLogic::operator() ( const DecisionHubProps props) const
inline

Definition at line 153 of file PrecedenceRulesGraph.h.

153 { return props.m_modeOR ? "OR" : "AND"; }

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