FastLED 3.9.15
Loading...
Searching...
No Matches
fl::FFT::HashMap Struct Reference

Detailed Description

Definition at line 14 of file fft.cpp.

+ Inheritance diagram for fl::FFT::HashMap:
+ Collaboration diagram for fl::FFT::HashMap:

Public Member Functions

 HashMap (size_t max_size)
 
- Public Member Functions inherited from fl::HashMapLru< FFT_Args, Ptr< FFTImpl > >
 HashMapLru (size_t max_size)
 
size_t capacity () const
 
void clear ()
 
bool empty () const
 
Ptr< FFTImpl > * find_value (const FFT_Args &key)
 
const Ptr< FFTImpl > * find_value (const FFT_Args &key) const
 
void insert (const FFT_Args &key, const Ptr< FFTImpl > &value)
 
Ptr< FFTImpl > & operator[] (const FFT_Args &key)
 
bool remove (const FFT_Args &key)
 
void setMaxSize (size_t max_size)
 
size_t size () const
 
void swap (HashMapLru &other)
 

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