Project
Loading...
Searching...
No Matches
WorkflowOptions Struct Reference

Public Attributes

Configurable< std::string > crashType {"crash-type", "fatal-init", {"how should this crash? (fatal-init, fatal-run, runtime-init, runtime-fail, abort-init, abort-run)"}}
 
Configurable< intanInt {"anInt", 1, ""}
 
Configurable< float > aFloat {"aFloat", 2.0f, {"a float option"}}
 
Configurable< double > aDouble {"aDouble", 3., {"a double option"}}
 
Configurable< std::string > aString {"aString", "foobar", {"a string option"}}
 
Configurable< bool > aBool {"aBool", true, {"a boolean option"}}
 

Detailed Description

Definition at line 22 of file test_CrashingWorkflow.cxx.

Member Data Documentation

◆ aBool

Configurable< bool > WorkflowOptions::aBool {"aBool", true, {"a boolean option"}}

Definition at line 35 of file o2DiamondWorkflow.cxx.

◆ aDouble

Configurable< double > WorkflowOptions::aDouble {"aDouble", 3., {"a double option"}}

Definition at line 33 of file o2DiamondWorkflow.cxx.

◆ aFloat

Configurable< float > WorkflowOptions::aFloat {"aFloat", 2.0f, {"a float option"}}

Definition at line 32 of file o2DiamondWorkflow.cxx.

◆ anInt

Configurable< int > WorkflowOptions::anInt {"anInt", 1, ""}

Definition at line 31 of file o2DiamondWorkflow.cxx.

◆ aString

Configurable< std::string > WorkflowOptions::aString {"aString", "foobar", {"a string option"}}

Definition at line 34 of file o2DiamondWorkflow.cxx.

◆ crashType

Configurable<std::string> WorkflowOptions::crashType {"crash-type", "fatal-init", {"how should this crash? (fatal-init, fatal-run, runtime-init, runtime-fail, abort-init, abort-run)"}}

Definition at line 23 of file test_CrashingWorkflow.cxx.


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