LMMS
Loading...
Searching...
No Matches
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

Member Function Documentation

◆ add()

template<typename KeyType, typename ValueType>
void juce::HashMapTest::AssociativeMap< KeyType, ValueType >::add ( KeyType key,
ValueType value )
inline

◆ find()

template<typename KeyType, typename ValueType>
ValueType * juce::HashMapTest::AssociativeMap< KeyType, ValueType >::find ( KeyType key)
inline

◆ size()

template<typename KeyType, typename ValueType>
int juce::HashMapTest::AssociativeMap< KeyType, ValueType >::size ( ) const
inline

Member Data Documentation

◆ pairs

template<typename KeyType, typename ValueType>
Array<KeyValuePair> juce::HashMapTest::AssociativeMap< KeyType, ValueType >::pairs

The documentation for this struct was generated from the following file: