mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
- Introduce HashMap, a key-value map based on HashTable. - Introduce LinkedList, to port from SourceHook::List. - Introduce AString, to port from SourceHook::String. - Introduce KE_OVERRIDE and KE_DELETE helpers for C++11. - HashTable now constructs/destructs only live items. - Fix insert-on-removed-item bug in HashTable. - Fix Vector keeping a new maxsize if allocation fails. - Renamed am-inline-list.h to am-inlinelist.h. --HG-- rename : public/amtl/am-inline-list.h => public/amtl/am-inlinelist.h |
||
|---|---|---|
| .. | ||
| am-allocator-policies.h | ||
| am-atomics.h | ||
| am-hashmap.h | ||
| am-hashtable.h | ||
| am-inlinelist.h | ||
| am-linkedlist.h | ||
| am-refcounting-threadsafe.h | ||
| am-refcounting.h | ||
| am-string.h | ||
| am-thread-posix.h | ||
| am-thread-utils.h | ||
| am-thread-windows.h | ||
| am-utility.h | ||
| am-vector.h | ||