Clear() (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
Clear(Size pool) (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
Erase(KeyType key) (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
Get(KeyType key) const (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
Get(KeyType key, ValueType *value) const (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
GetEntries(List< std::pair< KeyType, ValueType > > *entries) const (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
GetKeys(List< KeyType > *keys) const (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
HashMap() (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
HashMap(const HashMap ©) (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
HashMap(Function hash, Size pool) (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
Insert(KeyType key, ValueType value) (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
operator<< (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | friend |
SetHashFunction(Function hash) (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
SetSize(Size pool) (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |
~HashMap() (defined in CGUL::HashMap< KeyType, ValueType >) | CGUL::HashMap< KeyType, ValueType > | |