Logo ROOT  
Reference Guide
CPyCppyy::CPPConstructor Class Reference

Definition at line 10 of file CPPConstructor.h.

Public Member Functions

virtual PyObjectCall (CPPInstance *&self, PyObject *args, PyObject *kwds, CallContext *ctxt=nullptr)
 
virtual PyCallableClone ()
 
 CPPMethod (const CPPMethod &)
 
 CPPMethod (Cppyy::TCppScope_t scope, Cppyy::TCppMethod_t method)
 
virtual PyObjectGetDocString ()
 
- Public Member Functions inherited from CPyCppyy::CPPMethod
 CPPMethod (const CPPMethod &)
 
 CPPMethod (Cppyy::TCppScope_t scope, Cppyy::TCppMethod_t method)
 
virtual ~CPPMethod ()
 
virtual PyObjectCall (CPPInstance *&self, PyObject *args, PyObject *kwds, CallContext *ctxt=nullptr)
 
virtual PyCallableClone ()
 
virtual PyObjectGetArgDefault (int iarg)
 
virtual PyObjectGetCoVarNames ()
 
virtual Cppyy::TCppFuncAddr_t GetFunctionAddress ()
 
virtual int GetMaxArgs ()
 
virtual int GetPriority ()
 
virtual PyObjectGetPrototype (bool show_formalargs=true)
 
virtual PyObjectGetScopeProxy ()
 
virtual PyObjectGetSignature (bool show_formalargs=true)
 
virtual bool IsGreedy ()
 
CPPMethodoperator= (const CPPMethod &)
 
- Public Member Functions inherited from CPyCppyy::PyCallable
virtual ~PyCallable ()
 
virtual PyObjectCall (CPPInstance *&self, PyObject *args, PyObject *kwds, CallContext *ctxt=nullptr)=0
 
virtual PyCallableClone ()=0
 
virtual PyObjectGetArgDefault (int)=0
 
virtual PyObjectGetCoVarNames ()=0
 
virtual PyObjectGetDocString ()
 
virtual Cppyy::TCppFuncAddr_t GetFunctionAddress ()=0
 
virtual int GetMaxArgs ()=0
 
virtual int GetPriority ()=0
 
virtual PyObjectGetPrototype (bool show_formalargs=true)=0
 
virtual PyObjectGetScopeProxy ()=0
 
virtual PyObjectGetSignature (bool show_formalargs=true)=0
 
virtual bool IsGreedy ()=0
 

Protected Member Functions

virtual bool InitExecutor_ (Executor *&, CallContext *ctxt=nullptr)
 
- Protected Member Functions inherited from CPyCppyy::CPPMethod
bool ConvertAndSetArgs (PyObject *args, CallContext *ctxt=nullptr)
 
PyObjectExecute (void *self, ptrdiff_t offset, CallContext *ctxt=nullptr)
 
ExecutorGetExecutor ()
 
Cppyy::TCppMethod_t GetMethod ()
 
std::string GetReturnTypeName ()
 
Cppyy::TCppScope_t GetScope ()
 
std::string GetSignatureString (bool show_formalargs=true)
 
virtual bool InitExecutor_ (Executor *&, CallContext *ctxt=nullptr)
 
bool Initialize (CallContext *ctxt=nullptr)
 
virtual PyObjectPreProcessArgs (CPPInstance *&self, PyObject *args, PyObject *kwds)
 
PyObjectProcessKeywords (PyObject *self, PyObject *args, PyObject *kwds)
 
void SetMethod (Cppyy::TCppMethod_t m)
 

Additional Inherited Members

- Protected Attributes inherited from CPyCppyy::CPPMethod
int fArgsRequired
 

#include </home/sftnight/build/workspace/root-makedoc-v622/rootspi/rdoc/src/v6-22-00-patches/bindings/pyroot/cppyy/CPyCppyy/src/CPPConstructor.h>

Inheritance diagram for CPyCppyy::CPPConstructor:
[legend]

Member Function Documentation

◆ Call()

PyObject * CPyCppyy::CPPConstructor::Call ( CPPInstance *&  self,
PyObject args,
PyObject kwds,
CallContext ctxt = nullptr 
)
virtual

◆ Clone()

virtual PyCallable * CPyCppyy::CPPConstructor::Clone ( )
inlinevirtual

Reimplemented from CPyCppyy::CPPMethod.

Definition at line 16 of file CPPConstructor.h.

◆ CPPMethod() [1/2]

CPyCppyy::CPPMethod::CPPMethod ( const CPPMethod other)

Definition at line 21 of file CPPMethod.cxx.

◆ CPPMethod() [2/2]

CPyCppyy::CPPMethod::CPPMethod ( Cppyy::TCppScope_t  scope,
Cppyy::TCppMethod_t  method 
)

Definition at line 20 of file CPPMethod.cxx.

◆ GetDocString()

PyObject * CPyCppyy::CPPConstructor::GetDocString ( )
virtual

Reimplemented from CPyCppyy::PyCallable.

Definition at line 24 of file CPPConstructor.cxx.

◆ InitExecutor_()

bool CPyCppyy::CPPConstructor::InitExecutor_ ( Executor *&  executor,
CallContext ctxt = nullptr 
)
protectedvirtual

Reimplemented from CPyCppyy::CPPMethod.

Definition at line 16 of file CPPConstructor.cxx.


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