FastLED 3.9.15
Loading...
Searching...
No Matches
cstddef.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  fl::detail::max_align_with_ld
 
union  fl::detail::max_align_without_ld
 
struct  fl::max_align_selector< UseLD >
 
struct  fl::max_align_selector< false >
 

Namespaces

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

Macros

#define FL_OFFSETOF(type, member)
 

Typedefs

typedef max_align_selector<(sizeof(longdouble)>sizeof(double))>::type fl::max_align_t
 
typedef decltype(nullptr) fl::nullptr_t
 
typedef fl::ptrdiff_t ptrdiff_t
 
typedef fl::size_t size_t
 

Class Documentation

◆ fl::detail::max_align_with_ld

union fl::detail::max_align_with_ld
Class Members
long double ld
long long ll
void * p

◆ fl::detail::max_align_without_ld

union fl::detail::max_align_without_ld
Class Members
double d
long long ll
void * p

◆ fl::max_align_selector

struct fl::max_align_selector
+ Inheritance diagram for fl::max_align_selector< UseLD >:
Class Members
typedef max_align_with_ld type

◆ fl::max_align_selector< false >

struct fl::max_align_selector< false >
+ Inheritance diagram for fl::max_align_selector< false >:
+ Collaboration diagram for fl::max_align_selector< false >:
Class Members
typedef max_align_with_ld type
typedef max_align_without_ld type