Type converters. More...
Go to the source code of this file.
Classes | |
struct | ecl::Unsigned< Signed > |
Primary template for signed to unsigned type metafunctions. More... | |
struct | ecl::Unsigned< char > |
Metafunction for char to unsigned char type conversions. More... | |
struct | ecl::Unsigned< int > |
Metafunction for int to unsigned int type conversions. More... | |
struct | ecl::Unsigned< long > |
Metafunction for long to unsigned long type conversions. More... | |
struct | ecl::Unsigned< long long > |
Metafunction for long long to unsigned long long type conversions. More... | |
struct | ecl::Unsigned< short > |
Metafunction for short to unsigned short type conversions. More... | |
struct | ecl::Unsigned< unsigned char > |
Metafunction returning same type for unsigned chars. More... | |
struct | ecl::Unsigned< unsigned int > |
Metafunction returning same type for unsigned ints. More... | |
struct | ecl::Unsigned< unsigned long > |
Metafunction returning same type for unsigned longs. More... | |
struct | ecl::Unsigned< unsigned long long > |
Metafunction returning same type for unsigned long longs. More... | |
struct | ecl::Unsigned< unsigned short > |
Metafunction returning same type for unsigned shorts. More... | |
Namespaces | |
ecl | |
Embedded control libraries. | |