Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:50:37

0001 // Copyright David Abrahams 2002.
0002 // Distributed under the Boost Software License, Version 1.0. (See
0003 // accompanying file LICENSE_1_0.txt or copy at
0004 // http://www.boost.org/LICENSE_1_0.txt)
0005 #ifndef ARG_TO_PYTHON_BASE_DWA200237_HPP
0006 # define ARG_TO_PYTHON_BASE_DWA200237_HPP
0007 # include <boost/python/handle.hpp>
0008 
0009 namespace boost { namespace python { namespace converter {
0010 
0011 struct registration;
0012 
0013 namespace detail
0014 {
0015   struct BOOST_PYTHON_DECL arg_to_python_base
0016       : handle<>
0017   {
0018       arg_to_python_base(void const volatile* source, registration const&);
0019   };
0020 }
0021 
0022 }}} // namespace boost::python::converter
0023 
0024 #endif // ARG_TO_PYTHON_BASE_DWA200237_HPP