1234567891011121314151617 |
- #ifndef CONSTRUCTOR_FUNCTION_DWA200278_HPP
- # define CONSTRUCTOR_FUNCTION_DWA200278_HPP
- namespace boost { namespace python { namespace converter {
- struct rvalue_from_python_stage1_data;
- typedef void (*constructor_function)(PyObject* source, rvalue_from_python_stage1_data*);
- }}}
- #endif
|