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

◆ add()

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

Definition at line 17 of file function_list.h.

17 {
18 int id = mCounter++;
20 mFunctions.push_back(entry);
21 return id;
22 }
fl::vector< pair< int, FunctionType > > mFunctions

References mCounter, and mFunctions.