|
FastLED 3.9.15
|
Definition at line 189 of file thread_local.h.
#include <thread_local.h>
Public Member Functions | |
| ThreadLocalFake () FL_NOEXCEPT | |
| template<typename U> | |
| ThreadLocalFake (const U &defaultVal) FL_NOEXCEPT | |
| const T & | access () const FL_NOEXCEPT |
| T & | access () FL_NOEXCEPT |
| operator const T & () const FL_NOEXCEPT | |
| operator T& () FL_NOEXCEPT | |
| ThreadLocalFake & | operator= (const T &v) FL_NOEXCEPT |
| void | set (const T &value) FL_NOEXCEPT |
Private Attributes | |
| T | mValue |