123456789101112131415161718192021222324 |
- #ifndef ARG_TO_PYTHON_BASE_DWA200237_HPP
- # define ARG_TO_PYTHON_BASE_DWA200237_HPP
- # include <boost/python/handle.hpp>
- namespace boost { namespace python { namespace converter {
- struct registration;
- namespace detail
- {
- struct BOOST_PYTHON_DECL arg_to_python_base
- : handle<>
- {
- arg_to_python_base(void const volatile* source, registration const&);
- };
- }
- }}}
- #endif
|