|
Blender V4.3
|
#include <BLI_map.hh>
Public Types | |
| using | value_type = Key |
| using | pointer = const Key * |
| using | reference = const Key & |
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 | |
| KeyIterator (const Slot *slots, int64_t total_slots, int64_t current_slot) | |
| const Key & | operator* () const |
Public Member Functions inherited from blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::BaseIteratorRange< KeyIterator > | |
| BaseIteratorRange (const Slot *slots, int64_t total_slots, int64_t current_slot) | |
| KeyIterator | begin () const |
| KeyIterator | 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 746 of file BLI_map.hh.
| using blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::KeyIterator::pointer = const Key * |
Definition at line 749 of file BLI_map.hh.
| using blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::KeyIterator::reference = const Key & |
Definition at line 750 of file BLI_map.hh.
| using blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::KeyIterator::value_type = Key |
Definition at line 748 of file BLI_map.hh.
|
inline |
Definition at line 752 of file BLI_map.hh.
|
inline |
Definition at line 757 of file BLI_map.hh.