Logo ROOT   6.18/05
Reference Guide
List of all members | Public Member Functions | List of all members
PyROOT::TCppObjectByValueExecutor Class Reference

Definition at line 77 of file Executors.h.

Public Member Functions

virtual PyObjectExecute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)
 execution will bring a temporary in existence More...
 
 TCppObjectExecutor (Cppyy::TCppType_t klass)
 
- Public Member Functions inherited from PyROOT::TCppObjectExecutor
 TCppObjectExecutor (Cppyy::TCppType_t klass)
 
virtual PyObjectExecute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)
 execute <method> with argument <self, ctxt>, construct python proxy object return value More...
 
- Public Member Functions inherited from PyROOT::TExecutor
virtual ~TExecutor ()
 
virtual PyObjectExecute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)=0
 

Additional Inherited Members

- Protected Attributes inherited from PyROOT::TCppObjectExecutor
Cppyy::TCppType_t fClass
 

#include </home/sftnight/build/workspace/root-makedoc-v618/rootspi/rdoc/src/v6-18-00-patches/bindings/pyroot/src/Executors.h>

Inheritance diagram for PyROOT::TCppObjectByValueExecutor:
[legend]

Member Function Documentation

◆ Execute()

PyObject * PyROOT::TCppObjectByValueExecutor::Execute ( Cppyy::TCppMethod_t  method,
Cppyy::TCppObject_t  self,
TCallContext ctxt 
)
virtual

execution will bring a temporary in existence

Reimplemented from PyROOT::TCppObjectExecutor.

Definition at line 420 of file Executors.cxx.

◆ TCppObjectExecutor()

PyROOT::TCppObjectExecutor::TCppObjectExecutor ( Cppyy::TCppType_t  klass)
inline

Definition at line 69 of file Executors.h.


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