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

Detailed Description

Definition at line 17 of file fft.cpp.

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

Public Member Functions

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

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