Definition at line 3287 of file Converters.cxx.
Public Member Functions | |
| NotImplementedConverter (PyObject *errorType, std::string const &message) | |
| virtual PyObject * | FromMemory (void *address) |
| virtual PyObject * | FromMemory (void *address) |
| virtual bool | HasState () |
| virtual bool | HasState () |
| bool | SetArg (PyObject *, Parameter &, CallContext *=nullptr) override |
| virtual bool | ToMemory (PyObject *value, void *address, PyObject *ctxt=nullptr) |
| virtual bool | ToMemory (PyObject *value, void *address, PyObject *ctxt=nullptr) |
Private Attributes | |
| PyObject * | fErrorType |
| std::string | fMessage |
|
inline |
Definition at line 3289 of file Converters.cxx.
|
virtualinherited |
Reimplemented in CPyCppyy::InstancePtrConverter< ISCONST >, CPyCppyy::InstancePtrConverter< false >, and CPyCppyy::VoidArrayConverter.
Definition at line 546 of file Converters.cxx.
|
virtualinherited |
|
inlinevirtualinherited |
Reimplemented in CPyCppyy::VoidArrayConverter.
|
inlinevirtualinherited |
Reimplemented in CPyCppyy::VoidArrayConverter.
Definition at line 31 of file Converters.h.
|
overridevirtual |
Implements CPyCppyy::Converter.
Definition at line 3299 of file Converters.cxx.
|
virtualinherited |
Reimplemented in CPyCppyy::InstancePtrConverter< ISCONST >, CPyCppyy::InstancePtrConverter< false >, and CPyCppyy::VoidArrayConverter.
Definition at line 554 of file Converters.cxx.
|
private |
Definition at line 3292 of file Converters.cxx.
|
private |
Definition at line 3293 of file Converters.cxx.