|
ROOT 6.10/00 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 | |
| MethodProxy::DispatchMap_t | fDispatchMap |
| UInt_t | fFlags |
| MethodProxy::Methods_t | fMethods |
| std::string | fName |
| int * | fRefCount |
Private Member Functions | |
| MethodInfo_t (const MethodInfo_t &)=delete | |
| MethodInfo_t & | operator= (const MethodInfo_t &)=delete |
#include </builddir/build/BUILD/root-6.10.00/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 931 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.
| MethodProxy::Methods_t PyROOT::MethodProxy::MethodInfo_t::fMethods |
Definition at line 32 of file MethodProxy.h.
| std::string PyROOT::MethodProxy::MethodInfo_t::fName |
Definition at line 30 of file MethodProxy.h.
| int* PyROOT::MethodProxy::MethodInfo_t::fRefCount |
Definition at line 35 of file MethodProxy.h.