30 this->
_ref = other._ref;
53 operator PyObject* ()
const {
return _ref; }
Definition CPythonObject.h:13
bool ReferenceIsSet()
Definition CPythonObject.h:55
PyObject * _ref
Definition CPythonObject.h:70
CPythonObject(CPythonObject &&other) noexcept
Definition CPythonObject.h:28
void DropOwnership()
Definition CPythonObject.h:57
CPythonObject & operator=(const CPythonObject &other)=delete
Py_ssize_t getRefCount() const
Definition CPythonObject.h:16
void reset(CPythonObject &&other)
Definition CPythonObject.h:34
CPythonObject(const CPythonObject &other)=delete
CPythonObject & operator=(CPythonObject &&other) noexcept
Definition CPythonObject.h:21
void FreePythonObject()
Definition CPythonObject.h:59
CPythonObject(PyObject *ref)
Definition CPythonObject.h:15
~CPythonObject()
Definition CPythonObject.h:65