FastLED 3.9.15
Loading...
Searching...
No Matches
multi_map.h File Reference
#include "fl/stl/stdint.h"
#include "fl/stl/assert.h"
#include "fl/stl/comparators.h"
#include "fl/stl/pair.h"
#include "fl/stl/type_traits.h"
#include "fl/stl/detail/rbtree.h"
#include "fl/stl/allocator.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for multi_map.h:

Go to the source code of this file.

Classes

class  fl::MultiMapTree< Key, Value, Compare, Allocator >
 
class  fl::MultiMapTree< Key, Value, Compare, Allocator >::ConstIteratorWrapper
 
class  fl::MultiMapTree< Key, Value, Compare, Allocator >::ConstReverseIteratorWrapper
 
class  fl::MultiMapTree< Key, Value, Compare, Allocator >::IteratorWrapper
 
struct  fl::MultiMapTree< Key, Value, Compare, Allocator >::PairCompareWithId
 
class  fl::MultiMapTree< Key, Value, Compare, Allocator >::ReverseIteratorWrapper
 
class  fl::MultiMapTree< Key, Value, Compare, Allocator >::value_compare
 
struct  fl::MultiMapTree< Key, Value, Compare, Allocator >::ValueWithId
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Typedefs

template<typename Key, typename T, typename Compare = fl::less<Key>>
using fl::multi_map = MultiMapTree<Key, T, Compare, fl::allocator_slab<char>>