Blender
V3.3
|
#include <BLI_listbase_wrapper.hh>
Classes | |
class | Iterator |
Public Member Functions | |
ListBaseWrapper (ListBase *listbase) | |
ListBaseWrapper (ListBase &listbase) | |
Iterator | begin () const |
Iterator | end () const |
T | get (uint index) const |
int64_t | index_of (const T *value) const |
Definition at line 19 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 24 of file BLI_listbase_wrapper.hh.
References BLI_assert.
|
inline |
Definition at line 29 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 68 of file BLI_listbase_wrapper.hh.
References ListBase::first, and T.
|
inline |
Definition at line 73 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 78 of file BLI_listbase_wrapper.hh.
References BLI_assert, BLI_findlink(), ptr, and T.
|
inline |
Definition at line 85 of file BLI_listbase_wrapper.hh.
References BLI_assert, ptr, and T.