OpenShot Library | libopenshot-audio 0.2.0
juce::HashMapTest::RandomKeys< KeyType > Class Template Reference

Public Member Functions

 RandomKeys (int maxUniqueKeys, int seed)
 
const KeyType & next ()
 

Detailed Description

template<typename KeyType>
class juce::HashMapTest::RandomKeys< KeyType >

Definition at line 238 of file juce_HashMap_test.cpp.

Constructor & Destructor Documentation

◆ RandomKeys()

template<typename KeyType >
juce::HashMapTest::RandomKeys< KeyType >::RandomKeys ( int  maxUniqueKeys,
int  seed 
)
inline

Definition at line 241 of file juce_HashMap_test.cpp.

Member Function Documentation

◆ next()

template<typename KeyType >
const KeyType & juce::HashMapTest::RandomKeys< KeyType >::next ( )
inline

Definition at line 247 of file juce_HashMap_test.cpp.


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