|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_ChainPredicateIterator |
Macros | |
| #define | BPy_ChainPredicateIterator_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainPredicateIterator_Type)) |
Variables | |
| PyTypeObject | ChainPredicateIterator_Type |
| #define BPy_ChainPredicateIterator_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainPredicateIterator_Type)) |
Definition at line 23 of file BPy_ChainPredicateIterator.h.
|
extern |
Definition at line 158 of file BPy_ChainPredicateIterator.cpp.
Referenced by BPy_ChainPredicateIterator_from_ChainPredicateIterator(), ChainPredicateIterator_init(), and Iterator_Init().