Definition at line 51 of file Converters.h.
Public Member Functions | |
InstancePtrConverter (Cppyy::TCppType_t klass, bool keepControl=false) | |
virtual PyObject * | FromMemory (void *address) |
virtual bool | SetArg (PyObject *, Parameter &, CallContext *=nullptr) |
virtual bool | ToMemory (PyObject *value, void *address) |
![]() | |
VoidArrayConverter (bool keepControl=true) | |
virtual bool | HasState () |
![]() | |
virtual | ~Converter () |
virtual | ~Converter () |
Protected Attributes | |
Cppyy::TCppType_t | fClass |
Additional Inherited Members | |
![]() | |
virtual bool | GetAddressSpecialCase (PyObject *pyobject, void *&address) |
bool | KeepControl () |
|
inline |
Definition at line 53 of file Converters.h.
Reimplemented from CPyCppyy::VoidArrayConverter.
Definition at line 1780 of file Converters.cxx.
|
virtual |
Reimplemented from CPyCppyy::VoidArrayConverter.
Definition at line 1744 of file Converters.cxx.
Reimplemented from CPyCppyy::VoidArrayConverter.
Definition at line 1787 of file Converters.cxx.
|
protected |
Definition at line 62 of file Converters.h.