#include <TemplateProxy.h>
Public Member Functions | |
| void | Set (const std::string &name, PyObject *pyclass) |
Public Attributes | |
| PyObject_HEAD PyObject * | fPyName |
| PyObject * | fPyClass |
| PyObject * | fSelf |
Private Member Functions | |
| TemplateProxy () | |
Definition at line 21 of file TemplateProxy.h.
| PyROOT::TemplateProxy::TemplateProxy | ( | ) | [inline, private] |
Definition at line 37 of file TemplateProxy.h.
| void PyROOT::TemplateProxy::Set | ( | const std::string & | name, | |
| PyObject * | pyclass | |||
| ) | [inline] |
Definition at line 23 of file TemplateProxy.h.
References fPyClass, fPyName, and PyROOT_PyUnicode_FromString.
Referenced by PyROOT::TemplateProxy_New().
| PyObject_HEAD PyObject* PyROOT::TemplateProxy::fPyName |
Definition at line 32 of file TemplateProxy.h.
Referenced by Set(), PyROOT::tpp_call(), PyROOT::tpp_clear(), PyROOT::tpp_descrget(), PyROOT::tpp_new(), and PyROOT::tpp_traverse().
Definition at line 33 of file TemplateProxy.h.
Referenced by Set(), PyROOT::tpp_clear(), PyROOT::tpp_descrget(), PyROOT::tpp_new(), and PyROOT::tpp_traverse().
Definition at line 34 of file TemplateProxy.h.
Referenced by PyROOT::tpp_call(), PyROOT::tpp_clear(), PyROOT::tpp_descrget(), PyROOT::tpp_new(), and PyROOT::tpp_traverse().
1.5.1