Gorgon Game Engine
Hashmap< K_, T_, KeyFn, M_, C_ > Member List

This is the complete list of members for Hashmap< K_, T_, KeyFn, M_, C_ >, including all inherited members.

Add(const K_ &key, T_ &obj, bool deleteprev=false)Hashmap< K_, T_, KeyFn, M_, C_ >
Add(const K_ &key, T_ *obj, bool deleteprev=false)Hashmap< K_, T_, KeyFn, M_, C_ >
Add(T_ &obj, bool deleteprev=false)Hashmap< K_, T_, KeyFn, M_, C_ >
Add(T_ *obj, bool deleteprev=false)Hashmap< K_, T_, KeyFn, M_, C_ >
begin()Hashmap< K_, T_, KeyFn, M_, C_ >
begin() constHashmap< K_, T_, KeyFn, M_, C_ >
Collapse()Hashmap< K_, T_, KeyFn, M_, C_ >
Delete(const K_ &key)Hashmap< K_, T_, KeyFn, M_, C_ >
DeleteAll()Hashmap< K_, T_, KeyFn, M_, C_ >
Destroy()Hashmap< K_, T_, KeyFn, M_, C_ >
Duplicate() constHashmap< K_, T_, KeyFn, M_, C_ >
end()Hashmap< K_, T_, KeyFn, M_, C_ >
end() constHashmap< K_, T_, KeyFn, M_, C_ >
Exists(const K_ &key) constHashmap< K_, T_, KeyFn, M_, C_ >
Find(const K_ &key)Hashmap< K_, T_, KeyFn, M_, C_ >
Find(const K_ &key) constHashmap< K_, T_, KeyFn, M_, C_ >
First()Hashmap< K_, T_, KeyFn, M_, C_ >
First() constHashmap< K_, T_, KeyFn, M_, C_ >
GetCount() constHashmap< K_, T_, KeyFn, M_, C_ >
GetSize() constHashmap< K_, T_, KeyFn, M_, C_ >
Hashmap()Hashmap< K_, T_, KeyFn, M_, C_ >
Hashmap(std::initializer_list< std::pair< const K_, T_ * >> list)Hashmap< K_, T_, KeyFn, M_, C_ >
Hashmap(std::initializer_list< std::pair< const K_, T_ & >> list)Hashmap< K_, T_, KeyFn, M_, C_ >
Hashmap(std::initializer_list< T_ * > list)Hashmap< K_, T_, KeyFn, M_, C_ >
Hashmap(const Hashmap &)=deleteHashmap< K_, T_, KeyFn, M_, C_ >
Hashmap(Hashmap &&other)Hashmap< K_, T_, KeyFn, M_, C_ >
Iterator typedefHashmap< K_, T_, KeyFn, M_, C_ >
KeyType typedefHashmap< K_, T_, KeyFn, M_, C_ >
Last()Hashmap< K_, T_, KeyFn, M_, C_ >
Last() constHashmap< K_, T_, KeyFn, M_, C_ >
operator=(const Hashmap &other)=deleteHashmap< K_, T_, KeyFn, M_, C_ >
operator=(Hashmap &&other)Hashmap< K_, T_, KeyFn, M_, C_ >
operator[](const K_ &key) constHashmap< K_, T_, KeyFn, M_, C_ >
Remove(const K_ &key)Hashmap< K_, T_, KeyFn, M_, C_ >
RemoveAll()Hashmap< K_, T_, KeyFn, M_, C_ >
Swap(Hashmap &other)Hashmap< K_, T_, KeyFn, M_, C_ >
ValueType typedefHashmap< K_, T_, KeyFn, M_, C_ >