|
JUCE
|
Holds a set of mappings between some key/value pairs. More...
#include <juce_HashMap.h>
Classes | |
| struct | Iterator |
| Iterates over the items in a HashMap. More... | |
Public Types | |
| using | ScopedLockType = typename TypeOfCriticalSectionToUse::ScopedLockType |
| Returns the type of scoped lock to use for locking this array. More... | |
Public Member Functions | |
| HashMap (int numberOfSlots=defaultHashTableSize, HashFunctionType hashFunction=HashFunctionType()) | |
| Creates an empty hash-map. More... | |
| ~HashMap () | |
| Destructor. More... | |
| void | clear () |
| Removes all values from the map. More... | |
| int | size |