1 #ifndef PYROOT_TTUPLEOFINSTANCES_H
2 #define PYROOT_TTUPLEOFINSTANCES_H
19 template<
typename T >
22 return object && PyObject_TypeCheck(
object, &TTupleOfInstances_Type );
25 template<
typename T >
36 #endif // !PYROOT_TTUPLEOFINSTANCES_H
Bool_t TTupleOfInstances_Check(T *object)
PyTypeObject TTupleOfInstances_Type
Representation of C-style array of instances.
Bool_t TTupleOfInstances_CheckExact(T *object)
PyObject * TTupleOfInstances_New(Cppyy::TCppObject_t address, Cppyy::TCppType_t klass, Py_ssize_t nelems)