![]() |
ROOT
6.06/09
Reference Guide
|
#include "DllImport.h"
Include dependency graph for TCustomPyTypes.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| PyROOT | |
Functions | |
| template<typename T > | |
| Bool_t | PyROOT::TCustomFloat_Check (T *object) |
| template<typename T > | |
| Bool_t | PyROOT::TCustomFloat_CheckExact (T *object) |
| template<typename T > | |
| Bool_t | PyROOT::TCustomInt_Check (T *object) |
| template<typename T > | |
| Bool_t | PyROOT::TCustomInt_CheckExact (T *object) |
| template<typename T > | |
| Bool_t | PyROOT::TCustomInstanceMethod_Check (T *object) |
| template<typename T > | |
| Bool_t | PyROOT::TCustomInstanceMethod_CheckExact (T *object) |
| PyObject * | PyROOT::TCustomInstanceMethod_New (PyObject *func, PyObject *self, PyObject *pyclass) |