#include "PyROOT.h"
#include "PyStrings.h"
#include "PropertyProxy.h"
#include "ObjectProxy.h"
#include "PyBufferFactory.h"
#include "RootWrapper.h"
#include "TROOT.h"
#include "TClass.h"
#include "TDataMember.h"
#include "TGlobal.h"
#include "TDataType.h"
#include "TClassEdit.h"
#include "Api.h"
Go to the source code of this file.
Namespaces | |
namespace | PyROOT |
Functions | |
PyObject * | PyROOT::pp_get (PropertyProxy *pyprop, ObjectProxy *pyobj, PyObject *) |
int | PyROOT::pp_set (PropertyProxy *pyprop, ObjectProxy *pyobj, PyObject *value) |
PropertyProxy * | PyROOT::pp_new (PyTypeObject *pytype, PyObject *, PyObject *) |
void | PyROOT::pp_dealloc (PropertyProxy *pyprop) |
Variables | |
PyTypeObject | PyROOT::PropertyProxy_Type |