ezEngine  Release 25.03
ezArrayMap< KEY, VALUE, AllocatorWrapper > Member List

This is the complete list of members for ezArrayMap< KEY, VALUE, AllocatorWrapper >, including all inherited members.

Clear()ezArrayMapBase< KEY, VALUE >inline
Compact()ezArrayMapBase< KEY, VALUE >
const_iterator typedef (defined in ezArrayMapBase< KEY, VALUE >)ezArrayMapBase< KEY, VALUE >
const_reverse_iterator typedef (defined in ezArrayMapBase< KEY, VALUE >)ezArrayMapBase< KEY, VALUE >
Contains(const CompatibleKeyType &key) constezArrayMapBase< KEY, VALUE >
Contains(const CompatibleKeyType &key, const VALUE &value) constezArrayMapBase< KEY, VALUE >
Contains(const CompatibleKeyType &key) const (defined in ezArrayMapBase< KEY, VALUE >)ezArrayMapBase< KEY, VALUE >
EZ_ADD_DEFAULT_OPERATOR_NOTEQUAL(const ezArrayMapBase< KEY, VALUE > &) (defined in ezArrayMapBase< KEY, VALUE >)ezArrayMapBase< KEY, VALUE >
ezArrayMap() (defined in ezArrayMap< KEY, VALUE, AllocatorWrapper >)ezArrayMap< KEY, VALUE, AllocatorWrapper >
ezArrayMap(ezAllocator *pAllocator) (defined in ezArrayMap< KEY, VALUE, AllocatorWrapper >)ezArrayMap< KEY, VALUE, AllocatorWrapper >explicit
ezArrayMap(const ezArrayMap< KEY, VALUE, AllocatorWrapper > &rhs) (defined in ezArrayMap< KEY, VALUE, AllocatorWrapper >)ezArrayMap< KEY, VALUE, AllocatorWrapper >
ezArrayMap(const ezArrayMapBase< KEY, VALUE > &rhs) (defined in ezArrayMap< KEY, VALUE, AllocatorWrapper >)ezArrayMap< KEY, VALUE, AllocatorWrapper >
ezArrayMapBase(ezAllocator *pAllocator)ezArrayMapBase< KEY, VALUE >inlineexplicit
ezArrayMapBase(const ezArrayMapBase &rhs, ezAllocator *pAllocator)ezArrayMapBase< KEY, VALUE >inline
Find(const CompatibleKeyType &key) constezArrayMapBase< KEY, VALUE >
FindOrAdd(const CompatibleKeyType &key, bool *out_pExisted=nullptr)ezArrayMapBase< KEY, VALUE >
GetCount() constezArrayMapBase< KEY, VALUE >
GetData()ezArrayMapBase< KEY, VALUE >
GetData() constezArrayMapBase< KEY, VALUE >
GetHeapMemoryUsage() constezArrayMapBase< KEY, VALUE >inline
GetKey(ezUInt32 uiIndex) constezArrayMapBase< KEY, VALUE >
GetPair(ezUInt32 uiIndex) constezArrayMapBase< KEY, VALUE >
GetValue(ezUInt32 uiIndex) constezArrayMapBase< KEY, VALUE >
GetValue(ezUInt32 uiIndex)ezArrayMapBase< KEY, VALUE >
Insert(CompatibleKeyType &&key, CompatibleValueType &&value)ezArrayMapBase< KEY, VALUE >inline
IsEmpty() constezArrayMapBase< KEY, VALUE >
iterator typedef (defined in ezArrayMapBase< KEY, VALUE >)ezArrayMapBase< KEY, VALUE >
LowerBound(const CompatibleKeyType &key) constezArrayMapBase< KEY, VALUE >
operator=(const ezArrayMap< KEY, VALUE, AllocatorWrapper > &rhs) (defined in ezArrayMap< KEY, VALUE, AllocatorWrapper >)ezArrayMap< KEY, VALUE, AllocatorWrapper >
operator=(const ezArrayMapBase< KEY, VALUE > &rhs) (defined in ezArrayMap< KEY, VALUE, AllocatorWrapper >)ezArrayMap< KEY, VALUE, AllocatorWrapper >
operator==(const ezArrayMapBase< KEY, VALUE > &rhs) constezArrayMapBase< KEY, VALUE >
operator[](const CompatibleKeyType &key)ezArrayMapBase< KEY, VALUE >
operator[](const CompatibleKeyType &key) (defined in ezArrayMapBase< KEY, VALUE >)ezArrayMapBase< KEY, VALUE >
RemoveAndCopy(const CompatibleKeyType &key, bool bKeepSorted=false)ezArrayMapBase< KEY, VALUE >
RemoveAtAndCopy(ezUInt32 uiIndex, bool bKeepSorted=false)ezArrayMapBase< KEY, VALUE >
Reserve(ezUInt32 uiSize)ezArrayMapBase< KEY, VALUE >
reverse_iterator typedef (defined in ezArrayMapBase< KEY, VALUE >)ezArrayMapBase< KEY, VALUE >
Sort() constezArrayMapBase< KEY, VALUE >inline
UpperBound(const CompatibleKeyType &key) constezArrayMapBase< KEY, VALUE >