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

Go to the source code of this file.

Classes

struct  fl::detail::anonymous_namespace{singleton.cpp.hpp}::RegistryEntry
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::detail
 Compile-time linker keep-alive hook for a single fl::Bus.
 
namespace  fl::detail::anonymous_namespace{singleton.cpp.hpp}
 

Functions

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

Variables

static RegistryEntry fl::detail::anonymous_namespace{singleton.cpp.hpp}::registry [REGISTRY_MAX]
 
static int fl::detail::anonymous_namespace{singleton.cpp.hpp}::registry_count = 0
 
static constexpr int fl::detail::anonymous_namespace{singleton.cpp.hpp}::REGISTRY_MAX = 128
 

Class Documentation

◆ fl::detail::anonymous_namespace{singleton.cpp.hpp}::RegistryEntry

struct fl::detail::anonymous_namespace{singleton.cpp.hpp}::RegistryEntry
Class Members
const char * key
void * value