|
FastLED 3.9.15
|
Definition at line 131 of file singleton.h.
#include <singleton.h>
Public Member Functions | |
| SingletonThreadLocal (const SingletonThreadLocal &) FL_NOEXCEPT=delete | |
| SingletonThreadLocal & | operator= (const SingletonThreadLocal &) FL_NOEXCEPT=delete |
Static Public Member Functions | |
| static T & | instance () FL_NOEXCEPT |
| static T * | instanceRef () FL_NOEXCEPT |
Private Member Functions | |
| SingletonThreadLocal () FL_NOEXCEPT=default | |
| ~SingletonThreadLocal () FL_NOEXCEPT=default | |