SAGA Adaptor CPI v.1.0
file_transfer_spec.hpp File Reference
#include <string>
#include <saga/saga/util.hpp>

Go to the source code of this file.

Namespaces

namespace  saga
 

The SAGA root namespace.


namespace  saga::adaptors

Enumerations

enum  saga::adaptors::file_transfer_operator {
  saga::adaptors::unknown_mode,
  saga::adaptors::copy_local_remote,
  saga::adaptors::append_local_remote,
  saga::adaptors::copy_remote_local,
  saga::adaptors::append_remote_local
}

Functions

bool saga::adaptors::parse_file_transfer_specification (std::string spec, std::string &left_url, file_transfer_operator&mode, std::string &right_url)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines