#include "PyROOT.h"
#include "TemplateProxy.h"
#include "Utility.h"
Go to the source code of this file.
Namespaces | |
namespace | PyROOT |
Functions | |
TemplateProxy * | PyROOT::tpp_new (PyTypeObject *, PyObject *, PyObject *) |
void | PyROOT::tpp_dealloc (TemplateProxy *pytmpl) |
int | PyROOT::tpp_traverse (TemplateProxy *pytmpl, visitproc visit, void *args) |
int | PyROOT::tpp_clear (TemplateProxy *pytmpl) |
PyObject * | PyROOT::tpp_call (TemplateProxy *pytmpl, PyObject *args, PyObject *kwds) |
TemplateProxy * | PyROOT::tpp_descrget (TemplateProxy *pytmpl, PyObject *pyobj, PyObject *) |
Variables | |
PyTypeObject | PyROOT::TemplateProxy_Type |