Public Member Functions | |
PyObject_ptr () | |
PyObject_ptr (const PyObject_ptr &item) | |
PyObject_ptr (PyObject *obj, bool initial_ref=true) | |
PyObject_ptr & | operator= (const PyObject_ptr &item) |
~PyObject_ptr () | |
operator PyObject * () const | |
PyObject * | operator-> () const |
Protected Attributes | |
PyObject * | _obj |
swig::PyObject_ptr::PyObject_ptr | ( | ) | [inline] |
swig::PyObject_ptr::PyObject_ptr | ( | const PyObject_ptr & | item | ) | [inline] |
References _obj.
swig::PyObject_ptr::PyObject_ptr | ( | PyObject * | obj, | |
bool | initial_ref = true | |||
) | [inline] |
References _obj.
swig::PyObject_ptr::~PyObject_ptr | ( | ) | [inline] |
References _obj.
swig::PyObject_ptr::operator PyObject * | ( | ) | const [inline] |
References _obj.
PyObject* swig::PyObject_ptr::operator-> | ( | ) | const [inline] |
References _obj.
PyObject_ptr& swig::PyObject_ptr::operator= | ( | const PyObject_ptr & | item | ) | [inline] |
References _obj.
PyObject* swig::PyObject_ptr::_obj [protected] |
Referenced by operator PyObject *(), operator->(), swig::PyObject_var::operator=(), operator=(), PyObject_ptr(), and ~PyObject_ptr().