FastLED 3.9.15
|
This is the complete list of members for fl::Callback< Args >, including all inherited members.
Callback()=default | fl::Callback< Args > | |
Callback(void *self, void(*callback)(void *self, Args... args)) | fl::Callback< Args > | inline |
Callback(void *(*callback)(Args... args)) | fl::Callback< Args > | inlineexplicit |
Callback(const Callback &)=default | fl::Callback< Args > | |
callback | fl::Callback< Args > | private |
clear() | fl::Callback< Args > | inline |
operator bool() const | fl::Callback< Args > | inline |
operator!=(const Callback &other) const | fl::Callback< Args > | inline |
operator()(Args... args) const | fl::Callback< Args > | inline |
operator<(const Callback &other) const | fl::Callback< Args > | inline |
operator=(const Callback &other) | fl::Callback< Args > | inline |
operator=(void *(*other)(Args... args)) | fl::Callback< Args > | inline |
operator=(void(*other)(void *self, Args... args)) | fl::Callback< Args > | inline |
operator==(const Callback &other) const | fl::Callback< Args > | inline |
self | fl::Callback< Args > | private |