SAGA C++ API 1.6
core.hpp
Go to the documentation of this file.
00001 //  Copyright (c) 2005-2008 Hartmut Kaiser
00002 // 
00003 //  Distributed under the Boost Software License, Version 1.0. (See accompanying 
00004 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00005 
00006 #ifndef SAGA_UTILITIES_HPP
00007 #define SAGA_UTILITIES_HPP
00008 
00009 #include <saga/saga/url.hpp>
00010 #include <saga/saga/uuid.hpp>
00011 #include <saga/saga/buffer.hpp>
00012 #include <saga/saga/session.hpp>
00013 #include <saga/saga/exception.hpp>
00014 #include <saga/saga/context.hpp>
00015 #include <saga/saga/metric.hpp>
00016 #include <saga/saga/task.hpp>
00017 #include <saga/saga/task_container.hpp>
00018 #include <saga/saga/attribute.hpp>
00019 #include <saga/saga/permissions.hpp>
00020 
00021 #if !defined(SAGA_ENGINE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING)
00022 # define SAGA_AUTOLINK_LIB_NAME "saga_core"
00023 # include <saga/saga/autolink.hpp>
00024 #endif
00025 
00026 #endif
00027 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines