FastLED 3.9.15
Loading...
Searching...
No Matches
fl::SingletonShared< T, N > Class Template Reference

Detailed Description

template<typename T, int N = 0>
class fl::SingletonShared< T, N >

Definition at line 79 of file singleton.h.

#include <singleton.h>

Public Member Functions

 SingletonShared (const SingletonShared &) FL_NOEXCEPT=delete
 
SingletonSharedoperator= (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
 

The documentation for this class was generated from the following file: