Blender
V3.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 21 of file BPy_ChainPredicateIterator.h.
|
extern |
Definition at line 153 of file BPy_ChainPredicateIterator.cpp.
Referenced by BPy_ChainPredicateIterator_from_ChainPredicateIterator(), ChainPredicateIterator_init(), and Iterator_Init().