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 |
Definition at line 2565 of file dtn_api_wrap_python.cc.
| swig::PyObject_ptr::PyObject_ptr | ( | ) | [inline] |
Definition at line 2570 of file dtn_api_wrap_python.cc.
| swig::PyObject_ptr::PyObject_ptr | ( | const PyObject_ptr & | item | ) | [inline] |
Definition at line 2574 of file dtn_api_wrap_python.cc.
References _obj.
| swig::PyObject_ptr::PyObject_ptr | ( | PyObject * | obj, | |
| bool | initial_ref = true | |||
| ) | [inline] |
Definition at line 2579 of file dtn_api_wrap_python.cc.
References _obj.
| swig::PyObject_ptr::~PyObject_ptr | ( | ) | [inline] |
Definition at line 2594 of file dtn_api_wrap_python.cc.
References _obj.
| swig::PyObject_ptr::operator PyObject * | ( | ) | const [inline] |
Definition at line 2599 of file dtn_api_wrap_python.cc.
References _obj.
| PyObject* swig::PyObject_ptr::operator-> | ( | ) | const [inline] |
Definition at line 2604 of file dtn_api_wrap_python.cc.
References _obj.
| PyObject_ptr& swig::PyObject_ptr::operator= | ( | const PyObject_ptr & | item | ) | [inline] |
Definition at line 2586 of file dtn_api_wrap_python.cc.
References _obj.
PyObject* swig::PyObject_ptr::_obj [protected] |
Definition at line 2567 of file dtn_api_wrap_python.cc.
Referenced by operator PyObject *(), operator->(), swig::PyObject_var::operator=(), operator=(), PyObject_ptr(), and ~PyObject_ptr().
1.6.3