FastLED 3.9.15
Loading...
Searching...
No Matches
type_schema.h File Reference
#include "fl/stl/json.h"
#include "fl/stl/stdint.h"
#include "fl/stl/string.h"
#include "fl/stl/type_traits.h"
#include "fl/stl/vector.h"
+ Include dependency graph for type_schema.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::detail::MethodSchema< R(Args...)>
 
struct  fl::detail::MethodSchema< void(Args...)>
 
struct  fl::detail::TypeSchema< T, Enable >
 
struct  fl::detail::TypeSchema< bool, void >
 
struct  fl::detail::TypeSchema< fl::string, void >
 
struct  fl::detail::TypeSchema< T, typename fl::enable_if< fl::is_floating_point< T >::value >::type >
 
struct  fl::detail::TypeSchema< T, typename fl::enable_if< fl::is_integral< T >::value &&!fl::is_same< T, bool >::value >::type >
 
struct  fl::detail::TypeSchema< void, void >
 

Namespaces

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