ROOT
6.07/01
Reference Guide
|
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_t & | operator= (const MethodInfo_t &)=delete |
#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/bindings/pyroot/src/MethodProxy.h>
|
inline |
Definition at line 27 of file MethodProxy.h.
PyROOT::MethodProxy::MethodInfo_t::~MethodInfo_t | ( | ) |
Destructor (this object is reference counted).
Definition at line 932 of file MethodProxy.cxx.
|
privatedelete |
|
privatedelete |
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().