FastLED 3.9.15
Loading...
Searching...
No Matches
description.cpp.hpp
Go to the documentation of this file.
1#include "fl/ui/description.h"
2#include "fl/stl/noexcept.h"
3
4namespace fl {
5
6UIDescription::UIDescription(const char *name) FL_NOEXCEPT : mImpl(name) {}
8
9} // namespace fl
UIDescriptionImpl mImpl
Definition description.h:42
UIDescription(const char *name) FL_NOEXCEPT
~UIDescription() FL_NOEXCEPT
Base definition for an LED controller.
Definition crgb.hpp:179
#define FL_NOEXCEPT