Home
last modified time | relevance | path

Searched defs:make_ptr_instance (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/object/
Dmake_ptr_instance.hpp18 struct make_ptr_instance struct
22 static inline Holder* construct(void* storage, PyObject*, Arg& x) in construct()
32 static inline PyTypeObject* get_class_object(Ptr const& x) in get_class_object()
37 static inline PyTypeObject const* get_pytype() in get_pytype()
44 static inline PyTypeObject* get_class_object_impl(U const volatile* p) in get_class_object_impl()
58 …ic inline PyTypeObject* get_derived_class_object(boost::python::detail::true_, U const volatile* x) in get_derived_class_object()
67 static inline PyTypeObject* get_derived_class_object(boost::python::detail::false_, U*) in get_derived_class_object()