Inherits rapidjson::BaseReaderHandler< rapidjson::UTF8<>, WorkflowImporter >.
|
enum struct | State {
IN_START
, IN_EXECUTION
, IN_WORKFLOW
, IN_DATAPROCESSOR_INFOS
,
IN_COMMAND
, IN_DATAPROCESSORS
, IN_DATAPROCESSOR
, IN_DATAPROCESSOR_NAME
,
IN_DATAPROCESSOR_RANK
, IN_DATAPROCESSOR_N_SLOTS
, IN_DATAPROCESSOR_TIMESLICE_ID
, IN_DATAPROCESSOR_MAX_TIMESLICES
,
IN_INPUTS
, IN_OUTPUTS
, IN_OPTIONS
, IN_LABELS
,
IN_METADATA
, IN_WORKFLOW_OPTIONS
, IN_INPUT
, IN_INPUT_BINDING
,
IN_INPUT_ORIGIN
, IN_INPUT_DESCRIPTION
, IN_INPUT_SUBSPEC
, IN_INPUT_ORIGIN_REF
,
IN_INPUT_DESCRIPTION_REF
, IN_INPUT_SUBSPEC_REF
, IN_INPUT_LIFETIME
, IN_INPUT_STARTTIME
,
IN_INPUT_MATCHER
, IN_INPUT_MATCHER_OPERATION
, IN_INPUT_LEFT_MATCHER
, IN_INPUT_RIGHT_MATCHER
,
IN_INPUT_OPTIONS
, IN_OUTPUT
, IN_OUTPUT_BINDING
, IN_OUTPUT_ORIGIN
,
IN_OUTPUT_DESCRIPTION
, IN_OUTPUT_SUBSPEC
, IN_OUTPUT_LIFETIME
, IN_OUTPUT_OPTIONS
,
IN_OPTION
, IN_OPTION_NAME
, IN_OPTION_TYPE
, IN_OPTION_DEFAULT
,
IN_OPTION_HELP
, IN_OPTION_KIND
, IN_LABEL
, IN_METADATUM
,
IN_METADATUM_KEY
, IN_METADATUM_VALUE
, IN_DATAPROCESSOR_INFO
, IN_DATAPROCESSOR_INFO_NAME
,
IN_DATAPROCESSOR_INFO_EXECUTABLE
, IN_DATAPROCESSOR_INFO_ARGS
, IN_DATAPROCESSOR_INFO_ARG
, IN_DATAPROCESSOR_INFO_CHANNELS
,
IN_DATAPROCESSOR_INFO_CHANNEL
, IN_ERROR
} |
|
◆ State
Enumerator |
---|
IN_START | |
IN_EXECUTION | |
IN_WORKFLOW | |
IN_DATAPROCESSOR_INFOS | |
IN_COMMAND | |
IN_DATAPROCESSORS | |
IN_DATAPROCESSOR | |
IN_DATAPROCESSOR_NAME | |
IN_DATAPROCESSOR_RANK | |
IN_DATAPROCESSOR_N_SLOTS | |
IN_DATAPROCESSOR_TIMESLICE_ID | |
IN_DATAPROCESSOR_MAX_TIMESLICES | |
IN_INPUTS | |
IN_OUTPUTS | |
IN_OPTIONS | |
IN_LABELS | |
IN_METADATA | |
IN_WORKFLOW_OPTIONS | |
IN_INPUT | |
IN_INPUT_BINDING | |
IN_INPUT_ORIGIN | |
IN_INPUT_DESCRIPTION | |
IN_INPUT_SUBSPEC | |
IN_INPUT_ORIGIN_REF | |
IN_INPUT_DESCRIPTION_REF | |
IN_INPUT_SUBSPEC_REF | |
IN_INPUT_LIFETIME | |
IN_INPUT_STARTTIME | |
IN_INPUT_MATCHER | |
IN_INPUT_MATCHER_OPERATION | |
IN_INPUT_LEFT_MATCHER | |
IN_INPUT_RIGHT_MATCHER | |
IN_INPUT_OPTIONS | |
IN_OUTPUT | |
IN_OUTPUT_BINDING | |
IN_OUTPUT_ORIGIN | |
IN_OUTPUT_DESCRIPTION | |
IN_OUTPUT_SUBSPEC | |
IN_OUTPUT_LIFETIME | |
IN_OUTPUT_OPTIONS | |
IN_OPTION | |
IN_OPTION_NAME | |
IN_OPTION_TYPE | |
IN_OPTION_DEFAULT | |
IN_OPTION_HELP | |
IN_OPTION_KIND | |
IN_LABEL | |
IN_METADATUM | |
IN_METADATUM_KEY | |
IN_METADATUM_VALUE | |
IN_DATAPROCESSOR_INFO | |
IN_DATAPROCESSOR_INFO_NAME | |
IN_DATAPROCESSOR_INFO_EXECUTABLE | |
IN_DATAPROCESSOR_INFO_ARGS | |
IN_DATAPROCESSOR_INFO_ARG | |
IN_DATAPROCESSOR_INFO_CHANNELS | |
IN_DATAPROCESSOR_INFO_CHANNEL | |
IN_ERROR | |
Definition at line 40 of file WorkflowSerializationHelpers.cxx.
◆ WorkflowImporter()
◆ Double()
bool o2::framework::WorkflowImporter::Double |
( |
double |
d | ) |
|
|
inline |
◆ EndArray()
bool o2::framework::WorkflowImporter::EndArray |
( |
SizeType |
count | ) |
|
|
inline |
◆ EndObject()
bool o2::framework::WorkflowImporter::EndObject |
( |
SizeType |
memberCount | ) |
|
|
inline |
◆ enter()
void o2::framework::WorkflowImporter::enter |
( |
char const * |
what | ) |
|
|
inline |
◆ in()
bool o2::framework::WorkflowImporter::in |
( |
State |
o | ) |
|
|
inline |
◆ Int()
bool o2::framework::WorkflowImporter::Int |
( |
int |
i | ) |
|
|
inline |
◆ Key()
bool o2::framework::WorkflowImporter::Key |
( |
const Ch * |
str, |
|
|
SizeType |
length, |
|
|
bool |
copy |
|
) |
| |
|
inline |
◆ pop()
State o2::framework::WorkflowImporter::pop |
( |
| ) |
|
|
inline |
◆ previousIs()
bool o2::framework::WorkflowImporter::previousIs |
( |
State |
o | ) |
|
|
inline |
◆ push()
void o2::framework::WorkflowImporter::push |
( |
State |
state | ) |
|
|
inline |
◆ StartArray()
bool o2::framework::WorkflowImporter::StartArray |
( |
| ) |
|
|
inline |
◆ StartObject()
bool o2::framework::WorkflowImporter::StartObject |
( |
| ) |
|
|
inline |
◆ String()
bool o2::framework::WorkflowImporter::String |
( |
const Ch * |
str, |
|
|
SizeType |
length, |
|
|
bool |
copy |
|
) |
| |
|
inline |
◆ Uint()
bool o2::framework::WorkflowImporter::Uint |
( |
unsigned |
i | ) |
|
|
inline |
◆ Uint64()
bool o2::framework::WorkflowImporter::Uint64 |
( |
uint64_t |
u | ) |
|
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
s, |
|
|
State |
state |
|
) |
| |
|
friend |
◆ binding
std::string o2::framework::WorkflowImporter::binding |
◆ command
◆ dataProcessors
◆ debug
std::ostringstream o2::framework::WorkflowImporter::debug |
◆ description
◆ inputMatcherNodes
◆ inputOptions
◆ lifetime
Lifetime o2::framework::WorkflowImporter::lifetime |
◆ metadata
◆ metadatumKey
std::string o2::framework::WorkflowImporter::metadatumKey |
◆ metadatumValue
std::string o2::framework::WorkflowImporter::metadatumValue |
◆ optionDefault
std::string o2::framework::WorkflowImporter::optionDefault |
◆ optionHelp
std::string o2::framework::WorkflowImporter::optionHelp |
◆ optionKind
◆ optionName
std::string o2::framework::WorkflowImporter::optionName |
◆ optionType
VariantType o2::framework::WorkflowImporter::optionType |
◆ origin
◆ outputHasSubSpec
bool o2::framework::WorkflowImporter::outputHasSubSpec |
◆ outputOptions
std::vector<ConfigParamSpec> o2::framework::WorkflowImporter::outputOptions |
◆ ref
size_t o2::framework::WorkflowImporter::ref |
◆ spec
std::string o2::framework::WorkflowImporter::spec |
◆ states
std::vector<State> o2::framework::WorkflowImporter::states |
◆ subspec
size_t o2::framework::WorkflowImporter::subspec |
The documentation for this struct was generated from the following file: