Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
CPyCppyy::NotImplementedConverter Class Reference

Definition at line 3287 of file Converters.cxx.

Public Member Functions

 NotImplementedConverter (PyObject *errorType, std::string const &message)
virtual PyObjectFromMemory (void *address)
virtual PyObjectFromMemory (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

PyObjectfErrorType
std::string fMessage
Inheritance diagram for CPyCppyy::NotImplementedConverter:
CPyCppyy::Converter

Constructor & Destructor Documentation

◆ NotImplementedConverter()

CPyCppyy::NotImplementedConverter::NotImplementedConverter ( PyObject * errorType,
std::string const & message )
inline

Definition at line 3289 of file Converters.cxx.

Member Function Documentation

◆ FromMemory() [1/2]

PyObject * CPyCppyy::Converter::FromMemory ( void * address)
virtualinherited

◆ FromMemory() [2/2]

virtual PyObject * CPyCppyy::Converter::FromMemory ( void * address)
virtualinherited

◆ HasState() [1/2]

virtual bool CPyCppyy::Converter::HasState ( )
inlinevirtualinherited

Reimplemented in CPyCppyy::VoidArrayConverter.

Definition at line 121 of file API.h.

◆ HasState() [2/2]

virtual bool CPyCppyy::Converter::HasState ( )
inlinevirtualinherited

Reimplemented in CPyCppyy::VoidArrayConverter.

Definition at line 31 of file Converters.h.

◆ SetArg()

bool CPyCppyy::NotImplementedConverter::SetArg ( PyObject * ,
Parameter & ,
CallContext * = nullptr )
overridevirtual

Implements CPyCppyy::Converter.

Definition at line 3299 of file Converters.cxx.

◆ ToMemory() [1/2]

bool CPyCppyy::Converter::ToMemory ( PyObject * value,
void * address,
PyObject * ctxt = nullptr )
virtualinherited

◆ ToMemory() [2/2]

virtual bool CPyCppyy::Converter::ToMemory ( PyObject * value,
void * address,
PyObject * ctxt = nullptr )
virtualinherited

Member Data Documentation

◆ fErrorType

PyObject* CPyCppyy::NotImplementedConverter::fErrorType
private

Definition at line 3292 of file Converters.cxx.

◆ fMessage

std::string CPyCppyy::NotImplementedConverter::fMessage
private

Definition at line 3293 of file Converters.cxx.


The documentation for this class was generated from the following file: