Definition at line 95 of file CustomPyTypes.h.
Public Types | |
| enum | EFlags { kDefault = 0x0000 , kNeedLifeLine = 0x0001 , kIsPolymorphic = 0x0002 } | 
Public Attributes | |
| CPyCppyy::Converter * | vi_converter | 
| void * | vi_data | 
| int | vi_flags | 
| Cppyy::TCppType_t | vi_klass | 
| Py_ssize_t | vi_stride | 
  Public Attributes inherited from CPyCppyy::indexiterobject | |
| PyObject_HEAD PyObject * | ii_container | 
| Py_ssize_t | ii_len | 
| Py_ssize_t | ii_pos | 
#include </github/home/ROOT-CI/src/bindings/pyroot/cppyy/CPyCppyy/src/CustomPyTypes.h>
| Enumerator | |
|---|---|
| kDefault | |
| kNeedLifeLine | |
| kIsPolymorphic | |
Definition at line 102 of file CustomPyTypes.h.
| CPyCppyy::Converter* CPyCppyy::vectoriterobject::vi_converter | 
Definition at line 98 of file CustomPyTypes.h.
| void* CPyCppyy::vectoriterobject::vi_data | 
Definition at line 96 of file CustomPyTypes.h.
| int CPyCppyy::vectoriterobject::vi_flags | 
Definition at line 100 of file CustomPyTypes.h.
| Cppyy::TCppType_t CPyCppyy::vectoriterobject::vi_klass | 
Definition at line 99 of file CustomPyTypes.h.
| Py_ssize_t CPyCppyy::vectoriterobject::vi_stride | 
Definition at line 97 of file CustomPyTypes.h.