FastLED 3.9.15
|
Definition at line 8 of file function_list.h.
#include <function_list.h>
Public Member Functions | |
FunctionListBase ()=default | |
~FunctionListBase ()=default | |
int | add (FunctionType function) |
void | clear () |
void | remove (int id) |
Protected Attributes | |
int | mCounter = 0 |
fl::vector< pair< int, FunctionType > > | mFunctions |