FastLED
3.9.15
Loading...
Searching...
No Matches
title.cpp.hpp
Go to the documentation of this file.
1
#include "
fl/ui/title.h
"
2
#include "
fl/stl/noexcept.h
"
3
4
namespace
fl
{
5
6
#if FASTLED_USE_JSON_UI
7
// JsonTitleImpl takes (name, text) where text defaults to name for the simple
8
// const-char* UITitle ctor. Both arguments are const-ref and are copied into
9
// the internal JsonUiTitleInternal, so we pass two short-lived fl::string
10
// temporaries built from the same C-string source.
11
UITitle::UITitle
(
const
char
*name)
FL_NOEXCEPT
: mImpl(fl::string(name), fl::string(name)) {}
12
#else
13
UITitle::UITitle
(
const
char
*name)
FL_NOEXCEPT
:
mImpl
(name) {}
14
#endif
15
16
UITitle::~UITitle
()
FL_NOEXCEPT
{}
17
18
}
// namespace fl
fl::UITitle::UITitle
UITitle(const char *name) FL_NOEXCEPT
Definition
title.cpp.hpp:13
fl::UITitle::mImpl
UITitleImpl mImpl
Definition
title.h:42
fl::UITitle::~UITitle
~UITitle() FL_NOEXCEPT
Definition
title.cpp.hpp:16
fl
Base definition for an LED controller.
Definition
crgb.hpp:179
noexcept.h
FL_NOEXCEPT
#define FL_NOEXCEPT
title.h
fl
ui
title.cpp.hpp
Generated on Tue Jun 16 2026 00:07:00 for FastLED by
1.13.2