#include <PY_AutoObject.h>
Public Member Functions | |
| PY_AutoObject (PY_PyObject *py_object) | |
| ~PY_AutoObject () | |
| PY_AutoObject & | operator= (PY_PyObject *py_object) |
| operator PY_PyObject * () | |
| PY_PyObject * | operator-> () |
| PY_PyObject * | ptr () |
Definition at line 34 of file PY_AutoObject.h.
| PY_AutoObject::PY_AutoObject | ( | PY_PyObject * | py_object | ) | [inline] |
Definition at line 39 of file PY_AutoObject.h.
| PY_AutoObject::~PY_AutoObject | ( | ) | [inline] |
Definition at line 43 of file PY_AutoObject.h.
| PY_AutoObject::operator PY_PyObject * | ( | ) | [inline] |
Definition at line 56 of file PY_AutoObject.h.
| PY_PyObject* PY_AutoObject::operator-> | ( | void | ) | [inline] |
Definition at line 59 of file PY_AutoObject.h.
| PY_AutoObject& PY_AutoObject::operator= | ( | PY_PyObject * | py_object | ) | [inline] |
Definition at line 46 of file PY_AutoObject.h.
| PY_PyObject* PY_AutoObject::ptr | ( | ) | [inline] |
Definition at line 62 of file PY_AutoObject.h.
1.5.9