|
Blender V4.3
|
#include <BLI_map.hh>
Public Types | |
| using | value_type = Value |
| using | pointer = Value * |
| using | reference = Value & |
Public Types inherited from blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::BaseIterator | |
| using | iterator_category = std::forward_iterator_tag |
| using | difference_type = std::ptrdiff_t |
Public Member Functions | |
| MutableValueIterator (Slot *slots, int64_t total_slots, int64_t current_slot) | |
| Value & | operator* () |
Public Member Functions inherited from blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::BaseIteratorRange< MutableValueIterator > | |
| BaseIteratorRange (const Slot *slots, int64_t total_slots, int64_t current_slot) | |
| MutableValueIterator | begin () const |
| MutableValueIterator | end () const |
Public Member Functions inherited from blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::BaseIterator | |
| BaseIterator (const Slot *slots, const int64_t total_slots, const int64_t current_slot) | |
| BaseIterator & | operator++ () |
| BaseIterator | operator++ (int) |
Additional Inherited Members | |
Protected Member Functions inherited from blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::BaseIterator | |
| Slot & | current_slot () const |
Protected Attributes inherited from blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::BaseIterator | |
| Slot * | slots_ |
| int64_t | total_slots_ |
| int64_t | current_slot_ |
| friend | Map |
Definition at line 780 of file BLI_map.hh.
| using blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::MutableValueIterator::pointer = Value * |
Definition at line 783 of file BLI_map.hh.
| using blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::MutableValueIterator::reference = Value & |
Definition at line 784 of file BLI_map.hh.
| using blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::MutableValueIterator::value_type = Value |
Definition at line 782 of file BLI_map.hh.
|
inline |
Definition at line 786 of file BLI_map.hh.
|
inline |
Definition at line 791 of file BLI_map.hh.