FastLED 3.9.15
Loading...
Searching...
No Matches
group.cpp.hpp
Go to the documentation of this file.
1#include "fl/ui/group.h"
2#include "fl/stl/noexcept.h"
3
4namespace fl {
5
6UIGroup::UIGroup(const fl::string& groupName) FL_NOEXCEPT : mImpl(groupName.c_str()) {}
8
9} // namespace fl
UIGroup(const fl::string &groupName) FL_NOEXCEPT
Definition group.cpp.hpp:6
UIGroupImpl mImpl
Definition group.h:55
~UIGroup() FL_NOEXCEPT
Definition group.cpp.hpp:7
Base definition for an LED controller.
Definition crgb.hpp:179
#define FL_NOEXCEPT