|
Classdesc 3.44
|


Public Member Functions | |
| CppWrapper (CppWrapper &&)=default | |
| CLASSDESC_PY_EXCEPTION_ABSORB (nullptr) | |
| CLASSDESC_PY_EXCEPTION_ABSORB (nullptr) | |
| CLASSDESC_PY_EXCEPTION_ABSORB (nullptr) | |
| CLASSDESC_PY_EXCEPTION_ABSORB (nullptr) | |
| CLASSDESC_PY_EXCEPTION_ABSORB (nullptr) | |
| CLASSDESC_PY_EXCEPTION_ABSORB (nullptr) | |
| CLASSDESC_PY_EXCEPTION_ABSORB (nullptr) | |
| CLASSDESC_PY_EXCEPTION_ABSORB (nullptr) | |
Static Public Member Functions | |
| static CppWrapper * | create (const RPPtr &command, bool special) |
| static PyObject * | returnResult (const RPPtr &result) |
| static PyObject * | list (CppWrapper *self, PyObject *) |
| static PyObject * | properties (CppWrapper *self, PyObject *) |
| static PyObject * | signature (CppWrapper *self, PyObject *) |
| static PyObject * | type (CppWrapper *self, PyObject *) |
| static PyObject * | insert (CppWrapper *self, PyObject *value) |
| static PyObject * | erase (CppWrapper *self, PyObject *key) |
| static PyObject * | contains (CppWrapper *self, PyObject *key) |
| static PyObject * | keys (CppWrapper *self, PyObject *) |
Public Attributes | |
| const bool | special |
| RPPtr | command |
| std::map< string, PyObjectRef > | methods |
| Public Attributes inherited from PyObject | |
| Py_ssize_t | ob_refcnt |
| PyTypeObject * | ob_type |