Project
Loading...
Searching...
No Matches
o2::framework::TopologyPolicyHelpers Struct Reference

#include <TopologyPolicyHelpers.h>

Static Public Member Functions

static auto buildEdges (WorkflowSpec &physicalWorkflow) -> std::vector< std::pair< int, int > >
 
static TopologyPolicy::DataProcessorMatcher matchAll ()
 
static TopologyPolicy::DataProcessorMatcher matchByName (std::string const &name)
 
static TopologyPolicy::DataProcessorMatcher matchByRegex (std::string const &re)
 
static TopologyPolicy::DependencyChecker dataDependency ()
 
static TopologyPolicy::DependencyChecker alwaysDependent ()
 

Detailed Description

Definition at line 19 of file TopologyPolicyHelpers.h.

Member Function Documentation

◆ alwaysDependent()

TopologyPolicy::DependencyChecker o2::framework::TopologyPolicyHelpers::alwaysDependent ( )
static

Definition at line 220 of file TopologyPolicy.cxx.

◆ buildEdges()

auto o2::framework::TopologyPolicyHelpers::buildEdges ( WorkflowSpec physicalWorkflow) -> std::vector<std::pair<int, int>>
static

Definition at line 34 of file TopologyPolicyHelpers.cxx.

◆ dataDependency()

TopologyPolicy::DependencyChecker o2::framework::TopologyPolicyHelpers::dataDependency ( )
static

Definition at line 213 of file TopologyPolicy.cxx.

◆ matchAll()

TopologyPolicy::DataProcessorMatcher o2::framework::TopologyPolicyHelpers::matchAll ( )
static

Definition at line 30 of file TopologyPolicy.cxx.

◆ matchByName()

TopologyPolicy::DataProcessorMatcher o2::framework::TopologyPolicyHelpers::matchByName ( std::string const &  name)
static

Definition at line 37 of file TopologyPolicy.cxx.

◆ matchByRegex()

TopologyPolicy::DataProcessorMatcher o2::framework::TopologyPolicyHelpers::matchByRegex ( std::string const &  re)
static

Definition at line 44 of file TopologyPolicy.cxx.


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