Warning, file /include/boost/python/converter/shared_ptr_deleter.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005 #ifndef SHARED_PTR_DELETER_DWA2002121_HPP
0006 # define SHARED_PTR_DELETER_DWA2002121_HPP
0007
0008 namespace boost { namespace python { namespace converter {
0009
0010 struct BOOST_PYTHON_DECL shared_ptr_deleter
0011 {
0012 shared_ptr_deleter(handle<> owner);
0013 ~shared_ptr_deleter();
0014
0015 void operator()(void const*);
0016
0017 handle<> owner;
0018 };
0019
0020 }}}
0021
0022 #endif