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