FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ append() [18/24]

template<typename T, typename = fl::enable_if_t<fl::is_integral<T>::value>>
Str & fl::Str::append ( const T & val)
inline

Definition at line 440 of file str.h.

440 {
441 write(int32_t(val));
442 return *this;
443 }
size_t write(const uint8_t *data, size_t n)
Definition str.h:199

References Str(), and fl::StrN< FASTLED_STR_INLINED_SIZE >::write().

Referenced by append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), append(), fl::StrStreamHelper< T >::append(), fl::StrStreamHelper< char >::append(), fl::StrStreamHelper< int >::append(), fl::StrStreamHelper< uint8_t >::append(), fl::StrStreamHelper< unsigned int >::append(), fl::VideoFxWrapper::fxName(), operator+=(), operator+=(), fl::ScreenMap::ParseJson(), fl::FileSystem::readScreenMap(), fl::FileSystem::readScreenMaps(), fl::FileSystem::readText(), and CRGB::toString().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: