|
Elements
6.2
A C++ base framework for the Euclid Software.
|
#include <algorithm>#include <array>#include <cstdio>#include <cstdlib>#include <memory>#include <string>#include <utility>#include <vector>#include "ElementsKernel/Configuration.h"#include "ElementsKernel/Environment.h"#include "ElementsServices/DataSync/DataSyncUtils.h"
Go to the source code of this file.
Namespaces | |
| Elements | |
| Elements::Services | |
| Elements::Services::DataSync | |
Functions | |
| ELEMENTS_API path | Elements::Services::DataSync::confFilePath (path filename) |
| ELEMENTS_API bool | Elements::Services::DataSync::checkCall (const std::string &command) |
| ELEMENTS_API std::pair< std::string, std::string > | Elements::Services::DataSync::runCommandAndCaptureOutErr (std::string command) |
| ELEMENTS_API bool | Elements::Services::DataSync::localDirExists (path localDir) |
| ELEMENTS_API void | Elements::Services::DataSync::createLocalDirOf (path localFile) |
| ELEMENTS_API std::string | Elements::Services::DataSync::environmentVariable (std::string name) |
| Get the value of an environment variable. More... | |
| ELEMENTS_API path | Elements::Services::DataSync::localWorkspacePrefix () |
| ELEMENTS_API std::string | Elements::Services::DataSync::lower (std::string text) |
| ELEMENTS_API bool | Elements::Services::DataSync::containsInThisOrder (std::string input, std::vector< std::string > substrings) |
1.8.17