#include <PyObjectPlus.h>
Inheritance diagram for PyObjectPlus:
Public Methods | |
PyObjectPlus (PyTypeObject *T) | |
virtual | ~PyObjectPlus () |
virtual PyObject* | _getattr (char *attr) |
virtual int | _setattr (char *attr, PyObject *value) |
virtual PyObject* | _repr (void) |
bool | isA (PyTypeObject *T) |
bool | isA (const char *mytypename) |
PyObject* | Py_isA (PyObject *args) |
PyObjectPlus (PyTypeObject *T) | |
virtual | ~PyObjectPlus () |
void | INCREF (void) |
void | DECREF (void) |
virtual PyObject* | _getattr (char *attr) |
virtual int | _setattr (char *attr, PyObject *value) |
virtual PyObject* | _repr (void) |
bool | isA (PyTypeObject *T) |
bool | isA (const char *mytypename) |
PyObject* | Py_isA (PyObject *args) |
Static Public Methods | |
void | PyDestructor (PyObject *P) |
PyObject* | __getattr (PyObject * PyObj, char *attr) |
int | __setattr (PyObject *PyObj, char *attr, PyObject *value) |
PyObject* | __repr (PyObject *PyObj) |
PyObject* | sPy_isA (PyObject *self, PyObject *args, PyObject *kwd) |
void | PyDestructor (PyObject *P) |
PyObject* | __getattr (PyObject * PyObj, char *attr) |
int | __setattr (PyObject *PyObj, char *attr, PyObject *value) |
PyObject* | __repr (PyObject *PyObj) |
PyObject* | sPy_isA (PyObject *self, PyObject *args, PyObject *kwd) |
|
Definition at line 63 of file PyObjectPlus.h. |
|
Definition at line 70 of file PyObjectPlus.h. |
|
Definition at line 61 of file sample/python/PyObjectPlus.h. |
|
Definition at line 64 of file sample/python/PyObjectPlus.h. |
|
Definition at line 73 of file sample/python/PyObjectPlus.h. |
|
Definition at line 70 of file sample/python/PyObjectPlus.h. |
|
Reimplemented in CValue. Definition at line 65 of file sample/python/PyObjectPlus.h. |
|
Reimplemented in CValue. Definition at line 71 of file PyObjectPlus.h. |
|
Definition at line 104 of file PyObjectPlus.cpp. |
|
Definition at line 104 of file PyObjectPlus.cpp. |
|
Definition at line 78 of file sample/python/PyObjectPlus.h. |
|
Definition at line 84 of file PyObjectPlus.h. |
|
Definition at line 88 of file sample/python/PyObjectPlus.h. |
|
Definition at line 94 of file PyObjectPlus.h. |
|
Definition at line 82 of file sample/python/PyObjectPlus.h. |
|
Definition at line 88 of file PyObjectPlus.h. |
|
|
|
Reimplemented in CValue. Definition at line 78 of file PyObjectPlus.cpp. |
|
Reimplemented in CValue. Definition at line 78 of file PyObjectPlus.cpp. |
|
Reimplemented in EmbeddedClass, and CValue. Definition at line 68 of file PyObjectPlus.cpp. |
|
Reimplemented in EmbeddedClass, and CValue. Definition at line 68 of file PyObjectPlus.cpp. |
|
Definition at line 92 of file PyObjectPlus.cpp. |
|
Definition at line 86 of file PyObjectPlus.cpp. |
|
Definition at line 92 of file PyObjectPlus.cpp. |
|
Definition at line 86 of file PyObjectPlus.cpp. |
|
Definition at line 96 of file sample/python/PyObjectPlus.h. |
|
Definition at line 102 of file PyObjectPlus.h. |