OpenShot Library | OpenShotAudio  0.2.2
juce::HashMapTest::AssociativeMap< KeyType, ValueType > Struct Template Reference

Classes

struct  KeyValuePair
 

Public Member Functions

ValueType * find (KeyType key)
 
void add (KeyType key, ValueType value)
 
int size () const
 

Public Attributes

Array< KeyValuePairpairs
 

Detailed Description

template<typename KeyType, typename ValueType>
struct juce::HashMapTest::AssociativeMap< KeyType, ValueType >

Definition at line 190 of file juce_HashMap_test.cpp.


Class Documentation

◆ 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: