|
Blender
V2.93
|
#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 33 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 38 of file BLI_listbase_wrapper.hh.
References BLI_assert.
|
inline |
Definition at line 43 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 82 of file BLI_listbase_wrapper.hh.
References ListBase::first, and T.
|
inline |
Definition at line 87 of file BLI_listbase_wrapper.hh.
|
inline |
Definition at line 92 of file BLI_listbase_wrapper.hh.
References BLI_assert, BLI_findlink(), ptr, and T.
|
inline |
Definition at line 99 of file BLI_listbase_wrapper.hh.
References BLI_assert, ptr, and T.