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