The Gaudi Framework  v31r0 (aeb156f0)
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 129 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 130 of file PrecedenceRulesGraph.h.

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

Definition at line 132 of file PrecedenceRulesGraph.h.

132  {
133  return props.m_modeConcurrent ? "Concurrent" : "Sequential";
134  }
std::string precedence::GroupMode::operator() ( const DataProps ) const
inline

Definition at line 136 of file PrecedenceRulesGraph.h.

136 { return ""; }

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