Inheritance diagram for PyROOT::TTreeMemberFunction:
Public Member Functions | |
virtual PyObject * | GetSignature () |
virtual PyObject * | GetPrototype () |
virtual PyObject * | GetScope () |
Protected Member Functions | |
TTreeMemberFunction (MethodProxy *org) | |
TTreeMemberFunction (const TTreeMemberFunction &t) | |
TTreeMemberFunction & | operator= (const TTreeMemberFunction &t) |
~TTreeMemberFunction () | |
Protected Attributes | |
MethodProxy * | fOrg |
Definition at line 1158 of file Pythonize.cxx.
PyROOT::TTreeMemberFunction::TTreeMemberFunction | ( | MethodProxy * | org | ) | [inline, protected] |
PyROOT::TTreeMemberFunction::TTreeMemberFunction | ( | const TTreeMemberFunction & | t | ) | [inline, protected] |
PyROOT::TTreeMemberFunction::~TTreeMemberFunction | ( | ) | [inline, protected] |
TTreeMemberFunction& PyROOT::TTreeMemberFunction::operator= | ( | const TTreeMemberFunction & | t | ) | [inline, protected] |
virtual PyObject* PyROOT::TTreeMemberFunction::GetSignature | ( | ) | [inline, virtual] |
Implements PyROOT::PyCallable.
Definition at line 1177 of file Pythonize.cxx.
References PyROOT_PyUnicode_FromString.
virtual PyObject* PyROOT::TTreeMemberFunction::GetPrototype | ( | ) | [inline, virtual] |
virtual PyObject* PyROOT::TTreeMemberFunction::GetScope | ( | ) | [inline, virtual] |
MethodProxy* PyROOT::TTreeMemberFunction::fOrg [protected] |
Definition at line 1185 of file Pythonize.cxx.
Referenced by GetPrototype(), PyROOT::TTreeSetBranchAddress::operator()(), PyROOT::TTreeBranch::operator()(), operator=(), TTreeMemberFunction(), and ~TTreeMemberFunction().