|
template<typename... Args> |
bool | runWorkspace (const QString &workflowFilePath, Args... in) |
|
template<typename... Args> |
bool | runWorkspace (const QString &workflowFilePath, CSIRO::DataExecution::Updater &updater, Args... in) |
|
template<typename... ArgsOut, typename... ArgsIn> |
bool | runWorkspace (const QString &workflowFilePath, CSIRO::DataExecution::Updater &updater, std::tuple< ArgsOut... > &tupleOut, ArgsIn... in) |
|
template<typename... ArgsOut, typename... ArgsIn> |
bool | runWorkspace (const QString &workflowFilePath, std::tuple< ArgsOut... > &tupleOut, ArgsIn... in) |
|
template<typename... Args> |
bool | runWorkspace2 (const QString &workflowFilePath, const Args &... in) |
|
template<typename... Args> |
bool | runWorkspace2 (const QString &workflowFilePath, CSIRO::DataExecution::Updater &updater, Args... in) |
|
template<typename... ArgsOut, typename... ArgsIn> |
bool | runWorkspace2 (const QString &workflowFilePath, CSIRO::DataExecution::Updater &updater, std::tuple< ArgsOut... > &tupleOut, ArgsIn... in) |
|
template<typename... ArgsOut, typename... ArgsIn> |
bool | runWorkspace2 (const QString &workflowFilePath, std::tuple< ArgsOut... > &tupleOut, ArgsIn... in) |
|