Elaztek Developer Hub
Blamite Game Engine - Strings  00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
BlamMap< KeyType, ValueType > Member List

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

Add(std::pair< KeyType, ValueType > pair)BlamMap< KeyType, ValueType >inline
Add(KeyType key, ValueType value)BlamMap< KeyType, ValueType >inline
At(KeyType key)BlamMap< KeyType, ValueType >inline
BlamMap()BlamMap< KeyType, ValueType >inline
BlamMap(std::map< KeyType, ValueType > std_map)BlamMap< KeyType, ValueType >inline
Clear()BlamMap< KeyType, ValueType >inline
Contains(KeyType key)BlamMap< KeyType, ValueType >inline
Erase(KeyType key)BlamMap< KeyType, ValueType >inline
EraseAt(int index)BlamMap< KeyType, ValueType >inline
EraseValues(ValueType value)BlamMap< KeyType, ValueType >inline
GetFirstKey(ValueType value, KeyType *out_key)BlamMap< KeyType, ValueType >inline
KeySet()BlamMap< KeyType, ValueType >inline
PairAt(int index)BlamMap< KeyType, ValueType >inline
Size()BlamMap< KeyType, ValueType >inline
ToStdMap()BlamMap< KeyType, ValueType >inline
Values()BlamMap< KeyType, ValueType >inline