SAGA Adaptor CPI v.1.0
preferences.hpp
Go to the documentation of this file.
00001 //  Copyright (c) 2005-2009 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_DETAIL_PREFERENCES_HPP
00007 #define SAGA_DETAIL_PREFERENCES_HPP
00008 
00010 namespace saga { 
00011 
00012   namespace impl { namespace v1_0 { struct preferences; }}
00013   namespace detail
00014   {
00015       typedef impl::v1_0::preferences preference_type;
00016       SAGA_EXPORT preference_type const& get_preferences(saga::session const&);
00017   }
00018 
00019 } // namespace saga
00020 
00021 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines