#include "common.hpp"#include <ecl/exceptions/standard_exception.hpp>#include <ecl/converters/char_strings.hpp>

Go to the source code of this file.
| Classes | |
| class | ecl::Format< char > | 
| Formatter for char types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::Format< int > | 
| Formatter for int types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::Format< long > | 
| Formatter for long types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::Format< short > | 
| Formatter for short types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::Format< signed char > | 
| Formatter for signed char types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::Format< unsigned char > | 
| Formatter for unsigned char types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::Format< unsigned int > | 
| Formatter for unsigned int types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::Format< unsigned long > | 
| Formatter for unsigned long types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::Format< unsigned short > | 
| Formatter for unsigned short types. It is a specialisation of the Format<IntegralNumber> class. | |
| class | ecl::interfaces::FormatNumber< Number > | 
| Formatter for integral types. | |
| Namespaces | |
| ecl | |
| ecl::interfaces | |
| Enumerations | |
| enum | ecl::IntegralBase { ecl::Bin, ecl::Hex, ecl::Dec } | 
| Base format tags for the integral formatters.  More... | |
| Functions | |
| OutputStream & | ecl::interfaces::operator<< (OutputStream &ostream, FormatNumber< N > &formatter) ecl_assert_throw_decl(StandardException) |