FastLED 3.9.15
Loading...
Searching...
No Matches

◆ add()

template<typename FunctionType>
int fl::FunctionListBase< FunctionType >::add ( FunctionType function)
inline

Definition at line 22 of file function_list.h.

22 {
23 int id = mCounter++;
25 mFunctions.push_back(entry);
26 return id;
27 }
fl::vector< pair< int, FunctionType > > mFunctions

References mCounter, and mFunctions.