|
Elements 6.3.2
A C++ base framework for the Euclid Software.
|
#include <string>#include <utility>#include <vector>#include "ElementsKernel/Export.h"#include "ElementsKernel/Path.h"

Go to the source code of this file.
Namespaces | |
| namespace | Elements |
| namespace | Elements::Services |
| namespace | Elements::Services::DataSync |
Typedefs | |
| using | Elements::Services::DataSync::path = Path::Item |
| importing the path item from ElementsKernel | |
Variables | |
| ELEMENTS_API const std::string | Elements::Services::DataSync::DEFAULT_WORKDIR_VAR {"WORKSPACE"} |
| Name of the default variable that contains the path to the work dir. | |
| ELEMENTS_API const std::string | Elements::Services::DataSync::WORKDIR_VAR_VAR {"DATASYNC_WORKDIR_VAR"} |
| Name of the variable containing the name of the workspace. It that variable is not set or empty, the content of DEFAULT_WORKDIR_VAR is used as the work dir path. | |