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