Lines Matching refs:m_p
75 : m_p( in handle()
85 python::xdecref(m_p); in operator =()
86 m_p = python::xincref(r.m_p); in operator =()
93 python::xdecref(m_p); in operator =()
94 m_p = python::xincref(python::upcast<T>(r.get())); in operator =()
100 : m_p(python::xincref(python::upcast<T>(r.get()))) in handle()
105 : m_p(python::xincref(r.m_p)) in handle()
117 return m_p ? &handle<T>::get : 0; in operator bool_type()
124 : m_p( in handle()
132 T* m_p; member in boost::python::handle
177 : m_p(0) in handle()
184 python::xdecref(m_p); in ~handle()
190 return m_p; in operator ->()
196 return *m_p; in operator *()
202 return m_p; in get()
208 return m_p == 0; in operator !()
214 T* result = m_p; in release()
215 m_p = 0; in release()
222 python::xdecref(m_p); in reset()
223 m_p = 0; in reset()