FastLED 3.9.15
|
Definition at line 55 of file function_list.h.
#include <function_list.h>
Public Member Functions | |
void | invoke (Args... args) |
![]() | |
FunctionListBase ()=default | |
~FunctionListBase ()=default | |
int | add (function< void(Args...)> function) |
iterator | begin () |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
void | clear () |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
void | remove (int id) |
size_t | size () const |
Additional Inherited Members | |
![]() | |
using | const_iterator |
using | iterator |
![]() | |
int | mCounter |
fl::vector< pair< int, function< void(Args...)> > > | mFunctions |