1#ifndef CPYCPPYY_TUPLEOFINSTANCES_H
2#define CPYCPPYY_TUPLEOFINSTANCES_H
Set of helper functions that are invoked from the pythonizors, on the Python side.
bool TupleOfInstances_CheckExact(T *object)
PyObject * TupleOfInstances_New(Cppyy::TCppObject_t address, Cppyy::TCppType_t klass, dim_t ndims, dims_t dims)
PyTypeObject InstanceArrayIter_Type
bool TupleOfInstances_Check(T *object)
PyTypeObject TupleOfInstances_Type
Representation of C-style array of instances.