![]() |
Project
|
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< int > | anInt {"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"}} |
Definition at line 22 of file test_CrashingWorkflow.cxx.
Configurable< bool > WorkflowOptions::aBool {"aBool", true, {"a boolean option"}} |
Definition at line 35 of file o2DiamondWorkflow.cxx.
Configurable< double > WorkflowOptions::aDouble {"aDouble", 3., {"a double option"}} |
Definition at line 33 of file o2DiamondWorkflow.cxx.
Configurable< float > WorkflowOptions::aFloat {"aFloat", 2.0f, {"a float option"}} |
Definition at line 32 of file o2DiamondWorkflow.cxx.
Configurable< int > WorkflowOptions::anInt {"anInt", 1, ""} |
Definition at line 31 of file o2DiamondWorkflow.cxx.
Configurable< std::string > WorkflowOptions::aString {"aString", "foobar", {"a string option"}} |
Definition at line 34 of file o2DiamondWorkflow.cxx.
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.