|
Blender V5.0
|
#include <BLI_listbase_wrapper.hh>
Public Member Functions | |
| Iterator (LB *listbase, T *current) | |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| bool | operator!= (const Iterator &iterator) const |
| T * | operator* () const |
Definition at line 35 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 41 of file BLI_listbase_wrapper.hh.
Referenced by operator!=(), operator++(), and operator++().
|
inline |
Definition at line 57 of file BLI_listbase_wrapper.hh.
References Iterator().
|
inline |
Definition at line 62 of file BLI_listbase_wrapper.hh.
References T.
|
inline |
Definition at line 43 of file BLI_listbase_wrapper.hh.
References Iterator(), and T.
|
inline |
Definition at line 50 of file BLI_listbase_wrapper.hh.
References Iterator().