|
FastLED 3.9.15
|
Definition at line 254 of file json_visitors.h.
#include <json_visitors.h>
Collaboration diagram for fl::detail::JsonToStringVisitor:Public Member Functions | |
| JsonToStringVisitor () FL_NOEXCEPT | |
| template<typename U> | |
| void | accept (const U &value) |
| void | operator() (const bool &b) |
| void | operator() (const fl::nullptr_t &) |
| void | operator() (const fl::string &str) |
| void | operator() (const fl::vector< float > &) |
| void | operator() (const fl::vector< i16 > &) |
| void | operator() (const fl::vector< u8 > &) |
| void | operator() (const float &raw) |
| void | operator() (const i64 &raw) |
| void | operator() (const json_array &) |
| void | operator() (const json_object &) |
Public Attributes | |
| TypeConversionResult | mResult |
| fl::string | mValue |