The Gaudi Framework  v29r0 (ff2e7097)
precedence::GroupMode Struct Reference

#include <src/PrecedenceRulesGraph.h>

Inheritance diagram for precedence::GroupMode:
Collaboration diagram for precedence::GroupMode:

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 117 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 118 of file PrecedenceRulesGraph.h.

118 { return ""; }
std::string precedence::GroupMode::operator() ( const DecisionHubProps props) const
inline

Definition at line 120 of file PrecedenceRulesGraph.h.

121  {
122  return props.m_modeConcurrent ? "Concurrent" : "Sequential";
123  }
std::string precedence::GroupMode::operator() ( const DataProps ) const
inline

Definition at line 125 of file PrecedenceRulesGraph.h.

125 { return ""; }

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