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

Definition at line 28 of file CPPConstructor.h.

Public Member Functions

virtual PyObject * Call (CPPInstance *&, PyObject *, PyObject *, CallContext *=nullptr)
 
- Public Member Functions inherited from CPyCppyy::CPPConstructor
virtual PyCallable * Clone ()
 
 CPPMethod (const CPPMethod &)
 
 CPPMethod (Cppyy::TCppScope_t scope, Cppyy::TCppMethod_t method)
 
virtual PyObject * GetDocString ()
 
- Public Member Functions inherited from CPyCppyy::CPPMethod
 CPPMethod (const CPPMethod &)
 
 CPPMethod (Cppyy::TCppScope_t scope, Cppyy::TCppMethod_t method)
 
virtual ~CPPMethod ()
 
virtual PyObject * GetArgDefault (int iarg)
 
virtual PyObject * GetCoVarNames ()
 
virtual Cppyy::TCppFuncAddr_t GetFunctionAddress ()
 
virtual int GetMaxArgs ()
 
virtual int GetPriority ()
 
virtual PyObject * GetPrototype (bool show_formalargs=true)
 
virtual PyObject * GetScopeProxy ()
 
virtual PyObject * GetSignature (bool show_formalargs=true)
 
virtual bool IsGreedy ()
 
CPPMethod & operator= (const CPPMethod &)
 
- Public Member Functions inherited from CPyCppyy::PyCallable
virtual ~PyCallable ()
 

Additional Inherited Members

- Protected Member Functions inherited from CPyCppyy::CPPConstructor
virtual bool InitExecutor_ (Executor *&, CallContext *ctxt=nullptr)
 
- Protected Member Functions inherited from CPyCppyy::CPPMethod
bool ConvertAndSetArgs (PyObject *args, CallContext *ctxt=nullptr)
 
PyObject * Execute (void *self, ptrdiff_t offset, CallContext *ctxt=nullptr)
 
Executor * GetExecutor ()
 
Cppyy::TCppMethod_t GetMethod ()
 
std::string GetReturnTypeName ()
 
Cppyy::TCppScope_t GetScope ()
 
std::string GetSignatureString (bool show_formalargs=true)
 
bool Initialize (CallContext *ctxt=nullptr)
 
virtual PyObject * PreProcessArgs (CPPInstance *&self, PyObject *args, PyObject *kwds)
 
PyObject * ProcessKeywords (PyObject *self, PyObject *args, PyObject *kwds)
 
void SetMethod (Cppyy::TCppMethod_t m)
 
- Protected Attributes inherited from CPyCppyy::CPPMethod
int fArgsRequired
 

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

Inheritance diagram for CPyCppyy::CPPAbstractClassConstructor:
[legend]

Member Function Documentation

◆ Call()

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

Reimplemented from CPyCppyy::CPPConstructor.

Definition at line 146 of file CPPConstructor.cxx.

  • bindings/pyroot/cppyy/CPyCppyy/src/CPPConstructor.h
  • bindings/pyroot/cppyy/CPyCppyy/src/CPPConstructor.cxx