Public Member Functions | |
operator PyObject * () const | |
PyObject * | operator-> () const |
PyObject_ptr & | operator= (const PyObject_ptr &item) |
PyObject_ptr (PyObject *obj, bool initial_ref=true) | |
PyObject_ptr (const PyObject_ptr &item) | |
PyObject_ptr () | |
~PyObject_ptr () | |
Protected Attributes | |
PyObject * | _obj |
Definition at line 2519 of file ogre_tools_swig_generated.cpp.
swig::PyObject_ptr::PyObject_ptr | ( | ) | [inline] |
Definition at line 2524 of file ogre_tools_swig_generated.cpp.
swig::PyObject_ptr::PyObject_ptr | ( | const PyObject_ptr & | item | ) | [inline] |
Definition at line 2528 of file ogre_tools_swig_generated.cpp.
swig::PyObject_ptr::PyObject_ptr | ( | PyObject * | obj, | |
bool | initial_ref = true | |||
) | [inline] |
Definition at line 2533 of file ogre_tools_swig_generated.cpp.
swig::PyObject_ptr::~PyObject_ptr | ( | ) | [inline] |
Definition at line 2546 of file ogre_tools_swig_generated.cpp.
swig::PyObject_ptr::operator PyObject * | ( | ) | const [inline] |
Definition at line 2551 of file ogre_tools_swig_generated.cpp.
PyObject* swig::PyObject_ptr::operator-> | ( | ) | const [inline] |
Definition at line 2556 of file ogre_tools_swig_generated.cpp.
PyObject_ptr& swig::PyObject_ptr::operator= | ( | const PyObject_ptr & | item | ) | [inline] |
Definition at line 2538 of file ogre_tools_swig_generated.cpp.
PyObject* swig::PyObject_ptr::_obj [protected] |
Definition at line 2521 of file ogre_tools_swig_generated.cpp.