ecl::Format< T > | Primary template for all formatter classes |
ecl::Format< char > | Formatter for char types. It is a specialisation of the Format<IntegralNumber> class |
ecl::Format< double > | Formatter for double types |
ecl::Format< float > | Formatter for float types |
ecl::Format< int > | Formatter for int types. It is a specialisation of the Format<IntegralNumber> class |
ecl::Format< long > | Formatter for long types. It is a specialisation of the Format<IntegralNumber> class |
ecl::Format< short > | Formatter for short types. It is a specialisation of the Format<IntegralNumber> class |
ecl::Format< signed char > | Formatter for signed char types. It is a specialisation of the Format<IntegralNumber> class |
ecl::Format< std::string > | Formatter for string types |
ecl::Format< unsigned char > | Formatter for unsigned char types. It is a specialisation of the Format<IntegralNumber> class |
ecl::Format< unsigned int > | Formatter for unsigned int types. It is a specialisation of the Format<IntegralNumber> class |
ecl::Format< unsigned long > | Formatter for unsigned long types. It is a specialisation of the Format<IntegralNumber> class |
ecl::Format< unsigned short > | Formatter for unsigned short types. It is a specialisation of the Format<IntegralNumber> class |
ecl::interfaces::FormatFloat< Number > | Formatter for float types |
ecl::interfaces::FormatNumber< Number > | Formatter for integral types |
ecl::PrecisionWidth< Type > | Precision width trait for fundamental types |
ecl::PrecisionWidth< double > | Precision width trait for doubles |
ecl::PrecisionWidth< float > | Precision width trait for floats |