1234567891011121314151617181920212223242526272829303132 |
- #ifndef RAW_PYOBJECT_DWA2002628_HPP
- # define RAW_PYOBJECT_DWA2002628_HPP
- namespace boost { namespace python { namespace detail {
- struct new_reference_t;
- typedef new_reference_t* new_reference;
- struct borrowed_reference_t;
- typedef borrowed_reference_t* borrowed_reference;
- struct new_non_null_reference_t;
- typedef new_non_null_reference_t* new_non_null_reference;
- }}}
- #endif
|