FastLED 3.9.15
|
Definition at line 18 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 T& () | |
ThreadLocalFake & | operator= (const T &v) |
Private Attributes | |
T | mValue |