1#ifndef CPYCPPYY_CUSTOMPYTYPES_H
2#define CPYCPPYY_CUSTOMPYTYPES_H
31 return object && PyObject_TypeCheck(
object, &
RefInt_Type);
Set of helper functions that are invoked from the pythonizors, on the Python side.
PyObject * CustomInstanceMethod_New(PyObject *func, PyObject *self, PyObject *pyclass)
PyTypeObject VectorIter_Type
bool RefFloat_Check(T *object)
PyTypeObject CustomInstanceMethod_Type
bool RefFloat_CheckExact(T *object)
PyTypeObject RefFloat_Type
Custom "builtins," detectable by type, for pass by ref and improved performance.
PyTypeObject TypedefPointerToClass_Type
bool RefInt_CheckExact(T *object)
bool CustomInstanceMethod_CheckExact(T *object)
bool RefInt_Check(T *object)
bool TypedefPointerToClass_CheckExact(T *object)
PyTypeObject IndexIter_Type
bool TypedefPointerToClass_Check(T *object)
bool CustomInstanceMethod_Check(T *object)
PyObject_HEAD PyObject * ii_container
PyObject_HEAD Cppyy::TCppType_t fType
Cppyy::TCppType_t vi_klass
CPyCppyy::Converter * vi_converter