#include <cstdio>#include <cstring>#include "common.hpp"#include <ecl/exceptions/standard_exception.hpp>

Go to the source code of this file.
Classes | |
| class | ecl::Format< double > |
| Formatter for double types. | |
| class | ecl::Format< float > |
| Formatter for float types. | |
| class | ecl::interfaces::FormatFloat< Number > |
| Formatter for float types. | |
Namespaces | |
| ecl | |
| ecl::interfaces | |
Enumerations | |
| enum | ecl::FloatBase { ecl::Fixed, ecl::Sci } |
| Base format tags for the float formatters. More... | |
Functions | |
| OutputStream & | ecl::interfaces::operator<< (OutputStream &ostream, FormatFloat< N > &formatter) ecl_assert_throw_decl(StandardException) |