FastLED 3.9.15
Loading...
Searching...
No Matches
singleton.h File Reference
#include "fl/stl/align.h"
#include "fl/stl/new.h"
#include "fl/stl/compiler_control.h"
#include "fl/stl/thread_local.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for singleton.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::Singleton< T, N >
 
class  fl::SingletonShared< T, N >
 
class  fl::SingletonThreadLocal< T, N >
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::detail
 Compile-time linker keep-alive hook for a single fl::Bus.
 

Functions

void * fl::detail::singleton_registry_get (const char *key)
 
void fl::detail::singleton_registry_set (const char *key, void *value)