FastLED 3.9.13
Loading...
Searching...
No Matches
fl::StringFormatter Class Reference

Detailed Description

Definition at line 38 of file str.h.

Static Public Member Functions

static void append (int32_t val, StrN< 64 > *dst)
 
static bool isSpace (char c)
 
static float parseFloat (const char *str, size_t len)
 
static bool isDigit (char c)
 

Member Function Documentation

◆ append()

void fl::StringFormatter::append ( int32_t val,
StrN< 64 > * dst )
static

Definition at line 99 of file str.cpp.

◆ isDigit()

static bool fl::StringFormatter::isDigit ( char c)
inlinestatic

Definition at line 43 of file str.h.

◆ isSpace()

static bool fl::StringFormatter::isSpace ( char c)
inlinestatic

Definition at line 41 of file str.h.

◆ parseFloat()

float fl::StringFormatter::parseFloat ( const char * str,
size_t len )
static

Definition at line 166 of file str.cpp.


The documentation for this class was generated from the following files: