Loading...
Searching...
No Matches
#include "platform.h"
#include "type_traits.h"
#include "static_assert.h"
#include "error_handler.h"
#include "exception.h"
#include <stdint.h>
Go to the source code of this file.
|
class | etl::alignment_exception |
| Exception base for alignment. More...
|
|
class | etl::alignment_error |
| Memory misalignment exception. More...
|
|
class | etl::private_alignment::type_with_alignment_matcher< true, Alignment, T1, T2, T3, T4, T5, T6, T7, T8 > |
|
class | etl::private_alignment::type_with_alignment_matcher< false, Alignment, T1, T2, T3, T4, T5, T6, T7, T8 > |
|
class | etl::private_alignment::type_with_alignment_matcher< false, Alignment, void, void, void, void, void, void, void, void > |
|
class | etl::private_alignment::type_with_alignment_helper< Alignment, T1, T2, T3, T4, T5, T6, T7, T8 > |
|
class | etl::type_with_alignment< Alignment > |
|
struct | etl::aligned_storage< Length, Alignment > |
|
struct | etl::aligned_storage< Length, Alignment >::type |
|
struct | etl::aligned_storage_as< Length, T > |
|