|
Blender V4.3
|
#include <BLI_offset_span.hh>
Inherits blender::iterator::RandomAccessIteratorMixin< Iterator >.
Public Types | |
| using | value_type = T |
| using | pointer = const T * |
| using | reference = T |
Public Types inherited from blender::iterator::RandomAccessIteratorMixin< Iterator > | |
| using | iterator_category |
| using | difference_type |
Public Member Functions | |
| Iterator (const T offset, const BaseT *data) | |
| T | operator* () const |
| const BaseT *const & | iter_prop () const |
Public Member Functions inherited from blender::iterator::RandomAccessIteratorMixin< Iterator > | |
| constexpr decltype(auto) | operator[] (const std::ptrdiff_t i) |
| constexpr decltype(auto) | operator[] (const std::ptrdiff_t i) const |
| auto & | iter_prop_mutable () |
Definition at line 74 of file BLI_offset_span.hh.
| using blender::OffsetSpan< T, BaseT >::Iterator::pointer = const T * |
Definition at line 77 of file BLI_offset_span.hh.
| using blender::OffsetSpan< T, BaseT >::Iterator::reference = T |
Definition at line 78 of file BLI_offset_span.hh.
| using blender::OffsetSpan< T, BaseT >::Iterator::value_type = T |
Definition at line 76 of file BLI_offset_span.hh.
|
inline |
Definition at line 85 of file BLI_offset_span.hh.
|
inline |
Definition at line 92 of file BLI_offset_span.hh.
|
inline |
Definition at line 87 of file BLI_offset_span.hh.
References T.