|
| struct | juce::DefaultHashFunctions |
| | A simple class to generate hash functions for some primitive types, intended for use with the HashMap class. More...
|
| |
| class | juce::HashMap< KeyType, ValueType, HashFunctionType, TypeOfCriticalSectionToUse > |
| | Holds a set of mappings between some key/value pairs. More...
|
| |
| class | juce::HashMap< KeyType, ValueType, HashFunctionType, TypeOfCriticalSectionToUse >::HashEntry |
| |
| struct | juce::HashMap< KeyType, ValueType, HashFunctionType, TypeOfCriticalSectionToUse >::Iterator |
| | Iterates over the items in a HashMap. More...
|
| |