Logo ROOT   6.10/09
Reference Guide
Namespaces | Functions
TCustomPyTypes.h File Reference
#include "DllImport.h"
Include dependency graph for TCustomPyTypes.h:
This graph shows which files directly or indirectly include 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::TCustomInstanceMethod_Check (T *object)
 
template<typename T >
Bool_t PyROOT::TCustomInstanceMethod_CheckExact (T *object)
 
PyObjectPyROOT::TCustomInstanceMethod_New (PyObject *func, PyObject *self, PyObject *pyclass)
 
template<typename T >
Bool_t PyROOT::TCustomInt_Check (T *object)
 
template<typename T >
Bool_t PyROOT::TCustomInt_CheckExact (T *object)