|
Blender
V3.3
|
#include <BLI_listbase_wrapper.hh>
Public Member Functions | |
| Iterator (ListBase *listbase, T *current) | |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| bool | operator!= (const Iterator &iterator) const |
| T * | operator* () const |
Definition at line 33 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 39 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 57 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 62 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 43 of file BLI_listbase_wrapper.hh.
References T.
|
inline |
Definition at line 50 of file BLI_listbase_wrapper.hh.