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