|
FastLED 3.9.15
|
#include <json.h>
Inheritance diagram for fl::FloatConversionVisitor< FloatType >:
Collaboration diagram for fl::FloatConversionVisitor< FloatType >:Public Member Functions | |
| template<typename U> | |
| void | accept (const U &value) |
| void | operator() (const bool &value) |
| template<typename T = FloatType> | |
| fl::enable_if<!fl::is_same< T, double >::value, void >::type | operator() (const double &value) |
| void | operator() (const fl::string &str) |
| template<typename T = FloatType> | |
| fl::enable_if<!fl::is_same< T, float >::value, void >::type | operator() (const float &value) |
| void | operator() (const FloatType &value) |
| void | operator() (const int64_t &value) |
| template<typename T> | |
| void | operator() (const T &) |
Public Attributes | |
| fl::optional< FloatType > | result |