|
FastLED 3.9.15
|
Classes | |
| class | FormatArg |
| struct | FormatSpec |
Functions | |
| void | apply_width_align (fl::string &result, const fl::string &value, const FormatSpec &spec) |
| fl::string | format_float (double value, const FormatSpec &spec) |
| fl::string | format_impl (const char *fmt, const FormatArg *args, int num_args) |
| template<typename T> | |
| fl::string | format_integer (T value, const FormatSpec &spec) |
| fl::string | format_pointer (const void *ptr, const FormatSpec &spec) |
| fl::string | format_string (const char *value, const FormatSpec &spec) |
| const char * | parse_format_spec (const char *p, FormatSpec &spec) |