Chris@16: /* Chris@16: [auto_generated] Chris@16: boost/numeric/odeint/util/state_wrapper.hpp Chris@16: Chris@16: [begin_description] Chris@16: State wrapper for the state type in all stepper. The state wrappers are responsible for construction, Chris@16: destruction, copying construction, assignment and resizing. Chris@16: [end_description] Chris@16: Chris@101: Copyright 2011-2012 Mario Mulansky Chris@101: Copyright 2011-2013 Karsten Ahnert Chris@16: Chris@16: Distributed under the Boost Software License, Version 1.0. Chris@16: (See accompanying file LICENSE_1_0.txt or Chris@16: copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: */ Chris@16: Chris@16: Chris@16: #ifndef BOOST_NUMERIC_ODEINT_UTIL_STATE_WRAPPER_HPP_INCLUDED Chris@16: #define BOOST_NUMERIC_ODEINT_UTIL_STATE_WRAPPER_HPP_INCLUDED Chris@16: Chris@16: Chris@16: #include Chris@16: Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: Chris@16: Chris@16: namespace boost { Chris@16: namespace numeric { Chris@16: namespace odeint { Chris@16: Chris@16: Chris@16: template< class V , class Enabler = void > Chris@16: struct state_wrapper Chris@16: { Chris@16: typedef state_wrapper< V > state_wrapper_type; Chris@16: Chris@16: V m_v; Chris@16: }; Chris@16: Chris@16: Chris@16: } Chris@16: } Chris@16: } Chris@16: Chris@16: Chris@16: Chris@16: #endif // BOOST_NUMERIC_ODEINT_UTIL_STATE_WRAPPER_HPP_INCLUDED