ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | Private Member Functions | List of all members
PyROOT::MethodProxy::MethodInfo_t Struct Reference

Definition at line 26 of file MethodProxy.h.

Public Member Functions

 MethodInfo_t ()
 
 ~MethodInfo_t ()
 Destructor (this object is reference counted). More...
 

Public Attributes

std::string fName
 
MethodProxy::DispatchMap_t fDispatchMap
 
MethodProxy::Methods_t fMethods
 
UInt_t fFlags
 
int * fRefCount
 

Private Member Functions

 MethodInfo_t (const MethodInfo_t &)=delete
 
MethodInfo_toperator= (const MethodInfo_t &)=delete
 

#include </builddir/build/BUILD/root-6.06.08/bindings/pyroot/src/MethodProxy.h>

+ Collaboration diagram for PyROOT::MethodProxy::MethodInfo_t:

Constructor & Destructor Documentation

§ MethodInfo_t() [1/2]

PyROOT::MethodProxy::MethodInfo_t::MethodInfo_t ( )
inline

Definition at line 27 of file MethodProxy.h.

§ ~MethodInfo_t()

PyROOT::MethodProxy::MethodInfo_t::~MethodInfo_t ( )

Destructor (this object is reference counted).

Definition at line 929 of file MethodProxy.cxx.

Referenced by MethodInfo_t().

§ MethodInfo_t() [2/2]

PyROOT::MethodProxy::MethodInfo_t::MethodInfo_t ( const MethodInfo_t )
privatedelete

Member Function Documentation

§ operator=()

MethodInfo_t& PyROOT::MethodProxy::MethodInfo_t::operator= ( const MethodInfo_t )
privatedelete

Member Data Documentation

§ fDispatchMap

MethodProxy::DispatchMap_t PyROOT::MethodProxy::MethodInfo_t::fDispatchMap

Definition at line 31 of file MethodProxy.h.

§ fFlags

UInt_t PyROOT::MethodProxy::MethodInfo_t::fFlags

Definition at line 33 of file MethodProxy.h.

Referenced by PyROOT::Pythonize().

§ fMethods

MethodProxy::Methods_t PyROOT::MethodProxy::MethodInfo_t::fMethods

Definition at line 32 of file MethodProxy.h.

Referenced by PyROOT::MethodProxy::AddMethod(), and PyROOT::TFNPyCallback().

§ fName

std::string PyROOT::MethodProxy::MethodInfo_t::fName

§ fRefCount

int* PyROOT::MethodProxy::MethodInfo_t::fRefCount

Definition at line 35 of file MethodProxy.h.

Referenced by MethodInfo_t().


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