|
FastLED 3.9.15
|
#include "fl/stdint.h"#include "fl/int.h"#include <string.h>#include "fl/functional.h"#include "fl/initializer_list.h"#include "fl/insert_result.h"#include "fl/math_macros.h"#include "fl/memfill.h"#include "fl/namespace.h"#include "fl/allocator.h"#include "fl/scoped_ptr.h"#include "fl/type_traits.h"#include "inplacenew.h"#include "fl/align.h"
Include dependency graph for vector.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | fl::FixedVector< T, N > |
| class | fl::HeapVector< T, Allocator > |
| struct | fl::HeapVector< T, Allocator >::reverse_iterator |
| struct | fl::InlinedMemoryBlock< T, N > |
| class | fl::InlinedVector< T, INLINED_SIZE > |
| class | fl::SortedHeapVector< T, LessThan > |
Namespaces | |
| namespace | fl |
| IMPORTANT! | |
Typedefs | |
| template<typename T, typename Allocator = fl::allocator<T>> | |
| using | fl::vector = HeapVector<T, Allocator> |
| template<typename T, fl::size INLINED_SIZE> | |
| using | fl::vector_fixed = FixedVector<T, INLINED_SIZE> |
| template<typename T, fl::size INLINED_SIZE = 64> | |
| using | fl::vector_inlined = InlinedVector<T, INLINED_SIZE> |