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 2739 of file rviz_swig_generated.cpp.
swig::PyObject_ptr::PyObject_ptr | ( | ) | [inline] |
Definition at line 2744 of file rviz_swig_generated.cpp.
swig::PyObject_ptr::PyObject_ptr | ( | const PyObject_ptr & | item | ) | [inline] |
Definition at line 2748 of file rviz_swig_generated.cpp.
swig::PyObject_ptr::PyObject_ptr | ( | PyObject * | obj, | |
bool | initial_ref = true | |||
) | [inline] |
Definition at line 2753 of file rviz_swig_generated.cpp.
swig::PyObject_ptr::~PyObject_ptr | ( | ) | [inline] |
Definition at line 2766 of file rviz_swig_generated.cpp.
swig::PyObject_ptr::operator PyObject * | ( | ) | const [inline] |
Definition at line 2771 of file rviz_swig_generated.cpp.
PyObject* swig::PyObject_ptr::operator-> | ( | ) | const [inline] |
Definition at line 2776 of file rviz_swig_generated.cpp.
PyObject_ptr& swig::PyObject_ptr::operator= | ( | const PyObject_ptr & | item | ) | [inline] |
Definition at line 2758 of file rviz_swig_generated.cpp.
PyObject* swig::PyObject_ptr::_obj [protected] |
Definition at line 2741 of file rviz_swig_generated.cpp.