home | project pages | download | documentation | doxygen | contact |
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] |
swig::PyObject_ptr::PyObject_ptr | ( | PyObject * | obj, | |
bool | initial_ref = true | |||
) | [inline] |
swig::PyObject_ptr::~PyObject_ptr | ( | ) | [inline] |
PyObject_ptr& swig::PyObject_ptr::operator= | ( | const PyObject_ptr & | item | ) | [inline] |
swig::PyObject_ptr::operator PyObject * | ( | ) | const [inline] |
PyObject* swig::PyObject_ptr::operator-> | ( | ) | const [inline] |
PyObject* swig::PyObject_ptr::_obj [protected] |