ROOT  6.06/09
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 </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/bindings/pyroot/src/MethodProxy.h>

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

Constructor & Destructor Documentation

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

Definition at line 27 of file MethodProxy.h.

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

Destructor (this object is reference counted).

Definition at line 929 of file MethodProxy.cxx.

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

Member Function Documentation

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

Member Data Documentation

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

Definition at line 31 of file MethodProxy.h.

UInt_t PyROOT::MethodProxy::MethodInfo_t::fFlags

Definition at line 33 of file MethodProxy.h.

Referenced by PyROOT::Pythonize().

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

Definition at line 32 of file MethodProxy.h.

Referenced by PyROOT::MethodProxy::AddMethod().

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

Definition at line 30 of file MethodProxy.h.

Referenced by PyROOT::MethodProxy::GetName().

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: