Go to the documentation of this file.00001
00002
00003
00004
00005 #include <vector>
00006
00007 #include <saga/saga/isn.hpp>
00008 #include <saga/saga/adaptors/task.hpp>
00009 #include <saga/saga/detail/task_get_result_impl.hpp>
00010
00012 namespace saga
00013 {
00015
00016
00017
00018
00019
00020
00021 template SAGA_ISN_PACKAGE_EXPORT saga::isn::navigator&
00022 task::get_result<saga::isn::navigator>();
00023 template SAGA_ISN_PACKAGE_EXPORT saga::isn::navigator const&
00024 task::get_result<saga::isn::navigator>() const;
00025
00026 template SAGA_ISN_PACKAGE_EXPORT std::vector<saga::isn::entity_data>&
00027 task::get_result<std::vector<saga::isn::entity_data> >();
00028 template SAGA_ISN_PACKAGE_EXPORT std::vector<saga::isn::entity_data> const&
00029 task::get_result<std::vector<saga::isn::entity_data> >() const;
00030
00031 }