Clear() | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Compact() | xiiHashTableBase< KeyType, ValueType, Hasher > | |
ConstIterator typedef (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Contains(const CompatibleKeyType &key) const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Contains(const CompatibleKeyType &key) const (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Find(const CompatibleKeyType &key) const | xiiHashTableBase< KeyType, ValueType, Hasher > | inline |
Find(const CompatibleKeyType &key) | xiiHashTableBase< KeyType, ValueType, Hasher > | inline |
FindEntry(const CompatibleKeyType &key) const (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
FindOrAdd(const KeyType &key, bool *out_pExisted=nullptr) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetAllocator() const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetCount() const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetEndIterator() | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetEndIterator() const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetHeapMemoryUsage() const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetIterator() | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetIterator() const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetValue(const CompatibleKeyType &key) const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetValue(const CompatibleKeyType &key) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
GetValue(const CompatibleKeyType &key) const (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | inline |
GetValue(const CompatibleKeyType &key) (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | inline |
Insert(CompatibleKeyType &&key, CompatibleValueType &&value, ValueType *out_pOldValue=nullptr) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Insert(CompatibleKeyType &&key, CompatibleValueType &&value, V *out_pOldValue) (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
IsEmpty() const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Iterator typedef (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
operator=(const xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > &rhs) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
operator=(const xiiHashTableBase< KeyType, ValueType, Hasher > &rhs) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
operator=(xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > &&rhs) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
operator=(xiiHashTableBase< KeyType, ValueType, Hasher > &&rhs) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
operator==(const xiiHashTableBase< KeyType, ValueType, Hasher > &rhs) const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
operator[](const KeyType &key) | xiiHashTableBase< KeyType, ValueType, Hasher > | inline |
Remove(const CompatibleKeyType &key, ValueType *out_pOldValue=nullptr) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Remove(const Iterator &pos) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Remove(const ConstIterator &pos)=delete | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Remove(const CompatibleKeyType &key, V *out_pOldValue) (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Reserve(xiiUInt32 uiCapacity) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
Swap(xiiHashTableBase< KeyType, ValueType, Hasher > &other) | xiiHashTableBase< KeyType, ValueType, Hasher > | |
TryGetValue(const CompatibleKeyType &key, ValueType &out_value) const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
TryGetValue(const CompatibleKeyType &key, const ValueType *&out_pValue) const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
TryGetValue(const CompatibleKeyType &key, ValueType *&out_pValue) const | xiiHashTableBase< KeyType, ValueType, Hasher > | |
TryGetValue(const CompatibleKeyType &key, V &out_value) const (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | inline |
TryGetValue(const CompatibleKeyType &key, const V *&out_pValue) const (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | inline |
TryGetValue(const CompatibleKeyType &key, V *&out_pValue) const (defined in xiiHashTableBase< KeyType, ValueType, Hasher >) | xiiHashTableBase< KeyType, ValueType, Hasher > | inline |
xiiHashTable() (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
xiiHashTable(xiiAllocatorBase *pAllocator) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | explicit |
xiiHashTable(const xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > &other) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
xiiHashTable(const xiiHashTableBase< KeyType, ValueType, Hasher > &other) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
xiiHashTable(xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > &&other) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
xiiHashTable(xiiHashTableBase< KeyType, ValueType, Hasher > &&other) (defined in xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper >) | xiiHashTable< KeyType, ValueType, Hasher, AllocatorWrapper > | |
xiiHashTableBase(xiiAllocatorBase *pAllocator) | xiiHashTableBase< KeyType, ValueType, Hasher > | explicitprotected |
xiiHashTableBase(const xiiHashTableBase< KeyType, ValueType, Hasher > &rhs, xiiAllocatorBase *pAllocator) | xiiHashTableBase< KeyType, ValueType, Hasher > | protected |
xiiHashTableBase(xiiHashTableBase< KeyType, ValueType, Hasher > &&rhs, xiiAllocatorBase *pAllocator) | xiiHashTableBase< KeyType, ValueType, Hasher > | protected |
~xiiHashTableBase() | xiiHashTableBase< KeyType, ValueType, Hasher > | protected |