File indexing completed on 2025-01-18 09:50:37
0001
0002
0003
0004
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 }}}
0023
0024 #endif