Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_ChainingIterator |
Macros | |
#define | BPy_ChainingIterator_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainingIterator_Type)) |
Variables | |
PyTypeObject | ChainingIterator_Type |
#define BPy_ChainingIterator_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainingIterator_Type)) |
Definition at line 21 of file BPy_ChainingIterator.h.
|
extern |
Definition at line 241 of file BPy_ChainingIterator.cpp.
Referenced by BPy_ChainingIterator_from_ChainingIterator(), ChainingIterator___init__(), ChainPredicateIterator_dealloc(), Iterator_Init(), Operators_bidirectional_chain(), and Operators_chain().