FastLED 3.9.15
Loading...
Searching...
No Matches
types.h File Reference
#include "fl/stl/int.h"
#include "fl/stl/string.h"
#include "fl/stl/vector.h"
#include "fl/stl/flat_map.h"
#include "fl/stl/variant.h"
#include "fl/stl/optional.h"
#include "fl/stl/shared_ptr.h"
#include "fl/stl/cctype.h"
#include "fl/stl/charconv.h"
#include "fl/stl/limits.h"
#include "fl/stl/cstddef.h"
#include "fl/stl/move.h"
#include "fl/stl/strstream.h"
#include "fl/stl/span.h"
#include "fl/stl/type_traits.h"
#include "fl/log/log.h"
#include "fl/task/promise.h"
#include "fl/stl/string_view.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::BoolConversionVisitor
 
struct  fl::CopyToOutputIteratorVisitor< T, OutputIt >
 
struct  fl::CopyToVisitor< T >
 
struct  fl::default_value_visitor< T >
 
struct  fl::float_conversion_visitor< FloatType >
 
struct  fl::float_conversion_visitor< double >
 
struct  fl::int_conversion_visitor< IntType >
 
struct  fl::int_conversion_visitor< i64 >
 
struct  fl::json_value
 
class  fl::json_value::array_iterator< T >
 
class  fl::json_value::const_iterator
 
struct  fl::json_value::const_iterator::KeyValue
 
struct  fl::json_value::IsArrayVisitor
 
class  fl::json_value::iterator
 
struct  fl::json_value::iterator::KeyValue
 
struct  fl::NumericExtractVisitor< T >
 
struct  fl::parse_result< T >
 
struct  fl::SizeVisitor
 
struct  fl::StringConversionVisitor
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Typedefs

using fl::json_array = fl::vector<fl::shared_ptr<json_value>>
 
using fl::json_object = fl::flat_map<fl::string, fl::shared_ptr<json_value>, fl::StringFastLess>
 

Functions

json_objectfl::get_empty_json_obj ()
 
json_valuefl::get_null_json_value ()