ezEngine  Release 25.03
ezHashTableBase< KeyType, ValueType, Hasher > Member List

This is the complete list of members for ezHashTableBase< KeyType, ValueType, Hasher >, including all inherited members.

Clear()ezHashTableBase< KeyType, ValueType, Hasher >
Compact()ezHashTableBase< KeyType, ValueType, Hasher >
ConstIterator typedef (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >
Contains(const CompatibleKeyType &key) constezHashTableBase< KeyType, ValueType, Hasher >
Contains(const CompatibleKeyType &key) const (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >
EZ_ADD_DEFAULT_OPERATOR_NOTEQUAL(const ezHashTableBase< KeyType, ValueType, Hasher > &) (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >
ezHashTableBase(ezAllocator *pAllocator)ezHashTableBase< KeyType, ValueType, Hasher >explicitprotected
ezHashTableBase(const ezHashTableBase< KeyType, ValueType, Hasher > &rhs, ezAllocator *pAllocator)ezHashTableBase< KeyType, ValueType, Hasher >protected
ezHashTableBase(ezHashTableBase< KeyType, ValueType, Hasher > &&rhs, ezAllocator *pAllocator)ezHashTableBase< KeyType, ValueType, Hasher >protected
ezHashTableBaseConstIterator< KeyType, ValueType, Hasher > (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >friend
ezHashTableBaseIterator< KeyType, ValueType, Hasher > (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >friend
Find(const CompatibleKeyType &key) constezHashTableBase< KeyType, ValueType, Hasher >inline
Find(const CompatibleKeyType &key)ezHashTableBase< KeyType, ValueType, Hasher >inline
FindEntry(const CompatibleKeyType &key) const (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >
FindOrAdd(const KeyType &key, bool *out_pExisted=nullptr)ezHashTableBase< KeyType, ValueType, Hasher >
GetAllocator() constezHashTableBase< KeyType, ValueType, Hasher >
GetCount() constezHashTableBase< KeyType, ValueType, Hasher >
GetEndIterator()ezHashTableBase< KeyType, ValueType, Hasher >
GetEndIterator() constezHashTableBase< KeyType, ValueType, Hasher >
GetHeapMemoryUsage() constezHashTableBase< KeyType, ValueType, Hasher >
GetIterator()ezHashTableBase< KeyType, ValueType, Hasher >
GetIterator() constezHashTableBase< KeyType, ValueType, Hasher >
GetValue(const CompatibleKeyType &key) constezHashTableBase< KeyType, ValueType, Hasher >
GetValue(const CompatibleKeyType &key)ezHashTableBase< KeyType, ValueType, Hasher >
GetValue(const CompatibleKeyType &key) const (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >inline
GetValue(const CompatibleKeyType &key) (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >inline
Insert(CompatibleKeyType &&key, CompatibleValueType &&value, ValueType *out_pOldValue=nullptr)ezHashTableBase< KeyType, ValueType, Hasher >
Insert(CompatibleKeyType &&key, CompatibleValueType &&value, V *out_pOldValue) (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >
IsEmpty() constezHashTableBase< KeyType, ValueType, Hasher >
Iterator typedef (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >
operator=(const ezHashTableBase< KeyType, ValueType, Hasher > &rhs)ezHashTableBase< KeyType, ValueType, Hasher >protected
operator=(ezHashTableBase< KeyType, ValueType, Hasher > &&rhs)ezHashTableBase< KeyType, ValueType, Hasher >protected
operator==(const ezHashTableBase< KeyType, ValueType, Hasher > &rhs) constezHashTableBase< KeyType, ValueType, Hasher >
operator[](const KeyType &key)ezHashTableBase< KeyType, ValueType, Hasher >inline
Remove(const CompatibleKeyType &key, ValueType *out_pOldValue=nullptr)ezHashTableBase< KeyType, ValueType, Hasher >
Remove(const Iterator &pos)ezHashTableBase< KeyType, ValueType, Hasher >
Remove(const ConstIterator &pos)=deleteezHashTableBase< KeyType, ValueType, Hasher >
Remove(const CompatibleKeyType &key, V *out_pOldValue) (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >
Reserve(ezUInt32 uiCapacity)ezHashTableBase< KeyType, ValueType, Hasher >
Swap(ezHashTableBase< KeyType, ValueType, Hasher > &other)ezHashTableBase< KeyType, ValueType, Hasher >
TryGetValue(const CompatibleKeyType &key, ValueType &out_value) constezHashTableBase< KeyType, ValueType, Hasher >
TryGetValue(const CompatibleKeyType &key, const ValueType *&out_pValue) constezHashTableBase< KeyType, ValueType, Hasher >
TryGetValue(const CompatibleKeyType &key, ValueType *&out_pValue) constezHashTableBase< KeyType, ValueType, Hasher >
TryGetValue(const CompatibleKeyType &key, V &out_value) const (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >inline
TryGetValue(const CompatibleKeyType &key, const V *&out_pValue) const (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >inline
TryGetValue(const CompatibleKeyType &key, V *&out_pValue) const (defined in ezHashTableBase< KeyType, ValueType, Hasher >)ezHashTableBase< KeyType, ValueType, Hasher >inline
~ezHashTableBase()ezHashTableBase< KeyType, ValueType, Hasher >protected