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

Definition at line 44 of file CPPConstructor.h.

Public Member Functions

virtual PyObjectCall (CPPInstance *&, PyObject *, PyObject *, CallContext *=nullptr)
 
- Public Member Functions inherited from CPyCppyy::CPPConstructor
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 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 ()
 

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)
 
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)
 
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)
 
- Protected Attributes inherited from CPyCppyy::CPPMethod
int fArgsRequired
 

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

Inheritance diagram for CPyCppyy::CPPIncompleteClassConstructor:
[legend]

Member Function Documentation

◆ Call()

PyObject * CPyCppyy::CPPIncompleteClassConstructor::Call ( CPPInstance *&  ,
PyObject ,
PyObject ,
CallContext = nullptr 
)
virtual

Reimplemented from CPyCppyy::CPPConstructor.

Definition at line 172 of file CPPConstructor.cxx.

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