Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TPyArg Class Reference

Definition at line 33 of file TPyArg.h.

Public Member Functions

 TPyArg (const char *)
 
 TPyArg (const char *)
 Construct a TPyArg from a C-string.
 
 TPyArg (const TPyArg &)
 
 TPyArg (const TPyArg &)
 Copy constructor.
 
 TPyArg (double)
 
 TPyArg (Double_t)
 Construct a TPyArg from a double value.
 
 TPyArg (int)
 
 TPyArg (Int_t)
 Construct a TPyArg from an integer value.
 
 TPyArg (long)
 
 TPyArg (Long_t)
 Construct a TPyArg from an integer value.
 
 TPyArg (PyObject *)
 
 TPyArg (PyObject *)
 
virtual ~TPyArg ()
 
virtual ~TPyArg ()
 Done with held PyObject.
 
 operator PyObject * () const
 
 operator PyObject * () const
 
TPyArgoperator= (const TPyArg &)
 
TPyArgoperator= (const TPyArg &)
 Assignment operator.
 

Static Public Member Functions

static void CallConstructor (PyObject *&pyself, PyObject *pyclass)
 
static void CallConstructor (PyObject *&pyself, PyObject *pyclass)
 
static void CallConstructor (PyObject *&pyself, PyObject *pyclass, const std::vector< TPyArg > &args)
 
static void CallConstructor (PyObject *&pyself, PyObject *pyclass, const std::vector< TPyArg > &args)
 
static void CallDestructor (PyObject *&pyself)
 
static void CallDestructor (PyObject *&pyself)
 
static void CallDestructor (PyObject *&pyself, PyObject *pymeth, const std::vector< TPyArg > &args)
 
static void CallDestructor (PyObject *&pyself, PyObject *pymeth, const std::vector< TPyArg > &args)
 
static PyObjectCallMethod (PyObject *pymeth, const std::vector< TPyArg > &args)
 
static PyObjectCallMethod (PyObject *pymeth, const std::vector< TPyArg > &args)
 

Private Attributes

PyObjectfPyObject
 

#include <TPyArg.h>

Constructor & Destructor Documentation

◆ TPyArg() [1/12]

TPyArg::TPyArg ( PyObject pyobject)

Definition at line 72 of file TPyArg.cxx.

◆ TPyArg() [2/12]

TPyArg::TPyArg ( Int_t  value)

Construct a TPyArg from an integer value.

Definition at line 82 of file TPyArg.cxx.

◆ TPyArg() [3/12]

TPyArg::TPyArg ( Long_t  value)

Construct a TPyArg from an integer value.

Definition at line 90 of file TPyArg.cxx.

◆ TPyArg() [4/12]

TPyArg::TPyArg ( Double_t  value)

Construct a TPyArg from a double value.

Definition at line 98 of file TPyArg.cxx.

◆ TPyArg() [5/12]

TPyArg::TPyArg ( const char *  value)

Construct a TPyArg from a C-string.

Definition at line 106 of file TPyArg.cxx.

◆ TPyArg() [6/12]

TPyArg::TPyArg ( const TPyArg s)

Copy constructor.

Definition at line 114 of file TPyArg.cxx.

◆ ~TPyArg() [1/2]

TPyArg::~TPyArg ( )
virtual

Done with held PyObject.

Definition at line 135 of file TPyArg.cxx.

◆ TPyArg() [7/12]

TPyArg::TPyArg ( PyObject )

◆ TPyArg() [8/12]

TPyArg::TPyArg ( int  )

◆ TPyArg() [9/12]

TPyArg::TPyArg ( long  )

◆ TPyArg() [10/12]

TPyArg::TPyArg ( double  )

◆ TPyArg() [11/12]

TPyArg::TPyArg ( const char *  )

◆ TPyArg() [12/12]

TPyArg::TPyArg ( const TPyArg )

◆ ~TPyArg() [2/2]

virtual TPyArg::~TPyArg ( )
virtual

Member Function Documentation

◆ CallConstructor() [1/4]

static void TPyArg::CallConstructor ( PyObject *&  pyself,
PyObject pyclass 
)
static

◆ CallConstructor() [2/4]

static void TPyArg::CallConstructor ( PyObject *&  pyself,
PyObject pyclass 
)
static

◆ CallConstructor() [3/4]

static void TPyArg::CallConstructor ( PyObject *&  pyself,
PyObject pyclass,
const std::vector< TPyArg > &  args 
)
static

◆ CallConstructor() [4/4]

void TPyArg::CallConstructor ( PyObject *&  pyself,
PyObject pyclass,
const std::vector< TPyArg > &  args 
)
static

Definition at line 29 of file TPyArg.cxx.

◆ CallDestructor() [1/4]

static void TPyArg::CallDestructor ( PyObject *&  pyself)
static

◆ CallDestructor() [2/4]

void TPyArg::CallDestructor ( PyObject *&  pyself)
static

Definition at line 66 of file TPyArg.cxx.

◆ CallDestructor() [3/4]

static void TPyArg::CallDestructor ( PyObject *&  pyself,
PyObject pymeth,
const std::vector< TPyArg > &  args 
)
static

◆ CallDestructor() [4/4]

void TPyArg::CallDestructor ( PyObject *&  pyself,
PyObject pymeth,
const std::vector< TPyArg > &  args 
)
static

Definition at line 60 of file TPyArg.cxx.

◆ CallMethod() [1/2]

static PyObject * TPyArg::CallMethod ( PyObject pymeth,
const std::vector< TPyArg > &  args 
)
static

◆ CallMethod() [2/2]

PyObject * TPyArg::CallMethod ( PyObject pymeth,
const std::vector< TPyArg > &  args 
)
static

Definition at line 48 of file TPyArg.cxx.

◆ operator PyObject *() [1/2]

TPyArg::operator PyObject * ( ) const

◆ operator PyObject *() [2/2]

TPyArg::operator PyObject * ( ) const

Definition at line 142 of file TPyArg.cxx.

◆ operator=() [1/2]

TPyArg & TPyArg::operator= ( const TPyArg )

◆ operator=() [2/2]

TPyArg & TPyArg::operator= ( const TPyArg s)

Assignment operator.

Definition at line 123 of file TPyArg.cxx.

Member Data Documentation

◆ fPyObject

PyObject * TPyArg::fPyObject
mutableprivate

Definition at line 59 of file TPyArg.h.

Libraries for TPyArg:

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