|
|
ValueType * | find (KeyType key) |
| |
|
void | add (KeyType key, ValueType value) |
| |
|
int | size () const |
| |
template<typename KeyType, typename ValueType>
struct juce::HashMapTest::AssociativeMap< KeyType, ValueType >
Definition at line 190 of file juce_HashMap_test.cpp.
◆ juce::HashMapTest::AssociativeMap::KeyValuePair
| struct juce::HashMapTest::AssociativeMap::KeyValuePair |
template<typename KeyType, typename ValueType>
struct juce::HashMapTest::AssociativeMap< KeyType, ValueType >::KeyValuePair
Definition at line 192 of file juce_HashMap_test.cpp.
| Class Members |
|
KeyType |
key |
|
|
ValueType |
value |
|
The documentation for this struct was generated from the following file: