Elements
5.8
A C++ base framework for the Euclid Software.
|
#include <string>
#include <utility>
#include <vector>
#include <boost/filesystem.hpp>
#include "ElementsKernel/Export.h"
Go to the source code of this file.
Namespaces | |
ElementsServices | |
ElementsServices::DataSync | |
Typedefs | |
using | ElementsServices::DataSync::path = boost::filesystem::path |
Functions | |
ELEMENTS_API path | ElementsServices::DataSync::confFilePath (path filename) |
ELEMENTS_API bool | ElementsServices::DataSync::checkCall (std::string command) |
ELEMENTS_API std::pair < std::string, std::string > | ElementsServices::DataSync::runCommandAndCaptureOutErr (std::string command) |
ELEMENTS_API bool | ElementsServices::DataSync::localDirExists (path localDir) |
ELEMENTS_API void | ElementsServices::DataSync::createLocalDirOf (path localFile) |
ELEMENTS_API std::string | ElementsServices::DataSync::environmentVariable (std::string name) |
Get the value of an environment variable. More... | |
ELEMENTS_API path | ElementsServices::DataSync::localWorkspacePrefix () |
ELEMENTS_API std::string | ElementsServices::DataSync::lower (std::string text) |
template<typename T > | |
ELEMENTS_API bool | ElementsServices::DataSync::valueIsListed (const T &value, const std::vector< T > &list) |
ELEMENTS_API bool | ElementsServices::DataSync::containsInThisOrder (std::string input, std::vector< std::string > substrings) |