SAGA Adaptor CPI v.1.0
attribute.cpp File Reference
#include <saga/saga/exception.hpp>
#include <saga/saga/object.hpp>
#include <saga/saga/task.hpp>
#include <saga/saga/attribute.hpp>
#include <saga/saga/context.hpp>
#include <saga/saga/adaptors/attribute.hpp>
#include <saga/saga/adaptors/attribute_cpi_wrapper.hpp>
#include <saga/impl/exception.hpp>
#include <saga/impl/engine/object.hpp>
#include <saga/impl/engine/attribute.hpp>
#include <saga/impl/engine/metric.hpp>
#include <saga/impl/engine/context_base.hpp>
#include <saga/impl/engine/proxy.hpp>
#include <saga/saga/detail/attribute_impl.hpp>

Go to the source code of this file.

Namespaces

namespace  saga
 

The SAGA root namespace.


namespace  saga::adaptors

Functions

template saga::task saga::adaptors::attribute::set_attributepriv< saga::task_base::Sync > (std::string const &key, std::string const &val, saga::task_base::Sync)
template saga::task saga::adaptors::attribute::set_attributepriv< saga::task_base::Async > (std::string const &key, std::string const &val, saga::task_base::Async)
template saga::task saga::adaptors::attribute::set_attributepriv< saga::task_base::Task > (std::string const &key, std::string const &val, saga::task_base::Task)
template saga::task saga::adaptors::attribute::set_vector_attributepriv< saga::task_base::Sync > (std::string const &key, strvec_type const &val, saga::task_base::Sync)
template saga::task saga::adaptors::attribute::set_vector_attributepriv< saga::task_base::Async > (std::string const &key, strvec_type const &val, saga::task_base::Async)
template saga::task saga::adaptors::attribute::set_vector_attributepriv< saga::task_base::Task > (std::string const &key, strvec_type const &val, saga::task_base::Task)
template saga::task saga::adaptors::attribute::remove_attributepriv< saga::task_base::Sync > (std::string const &key, saga::task_base::Sync)
template saga::task saga::adaptors::attribute::remove_attributepriv< saga::task_base::Async > (std::string const &key, saga::task_base::Async)
template saga::task saga::adaptors::attribute::remove_attributepriv< saga::task_base::Task > (std::string const &key, saga::task_base::Task)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines