Embedded Template Library 1.0
|
Go to the source code of this file.
Classes | |
struct | etl::private_smallest::best_fit_uint_type< 0 > |
struct | etl::private_smallest::best_fit_uint_type< 1 > |
struct | etl::private_smallest::best_fit_uint_type< 2 > |
struct | etl::private_smallest::best_fit_int_type< 0 > |
struct | etl::private_smallest::best_fit_int_type< 1 > |
struct | etl::private_smallest::best_fit_int_type< 2 > |
struct | etl::smallest_uint_for_bits< NBITS > |
Template to determine the smallest unsigned int type that can contain a value with the specified number of bits. Defines 'type' which is the type of the smallest unsigned integer. More... | |
struct | etl::smallest_int_for_bits< NBITS > |
Template to determine the smallest signed int type that can contain a value with the specified number of bits. Defines 'type' which is the type of the smallest signed integer. More... | |
struct | etl::smallest_uint_for_value< VALUE > |
Template to determine the smallest unsigned int type that can contain the specified unsigned value. Defines 'type' which is the type of the smallest unsigned integer. More... | |
struct | etl::smallest_int_for_value< VALUE > |
Template to determine the smallest int type that can contain the specified signed value. Defines 'type' which is the type of the smallest signed integer. More... | |
Namespaces | |
namespace | etl |
bitset_ext | |