The Gaudi Framework  v36r16 (ea80daf8)
precedence::Operations 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 378 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 379 of file PrecedenceRulesGraph.h.

379 { return props.m_isBlocking ? "Blocking" : "CPU-bound"; }

◆ operator()() [2/3]

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

Definition at line 383 of file PrecedenceRulesGraph.h.

383 { return ""; }

◆ operator()() [3/3]

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

Definition at line 381 of file PrecedenceRulesGraph.h.

381 { return ""; }

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