|
FastLED 3.9.15
|
#include <types.h>
Public Member Functions | |
| template<typename U> | |
| void | accept (const U &value) FL_NOEXCEPT |
| void | operator() (const bool &) FL_NOEXCEPT |
| void | operator() (const fl::nullptr_t &) FL_NOEXCEPT |
| void | operator() (const fl::string &) FL_NOEXCEPT |
| void | operator() (const fl::vector< float > &vec) FL_NOEXCEPT |
| void | operator() (const fl::vector< i16 > &vec) FL_NOEXCEPT |
| void | operator() (const fl::vector< u8 > &vec) FL_NOEXCEPT |
| void | operator() (const float &) FL_NOEXCEPT |
| void | operator() (const i64 &) FL_NOEXCEPT |
| void | operator() (const json_array &arr) FL_NOEXCEPT |
| void | operator() (const json_object &obj) FL_NOEXCEPT |
Public Attributes | |
| size_t | result = 0 |