Interface for the float (float,double) formatter. More...
#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. More... | |
class | ecl::Format< float > |
Formatter for float types. More... | |
class | ecl::interfaces::FormatFloat< Number > |
Formatter for float types. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. | |
namespace | ecl::interfaces |
Supporting elements and interfaces. | |
Enumerations | |
enum | FloatBase { ecl::Fixed, ecl::Sci } |
Base format tags for the float formatters. More... | |
Functions | |
template<typename OutputStream , typename N > | |
OutputStream & | ecl::interfaces::operator<< (OutputStream &ostream, FormatFloat< N > &formatter) ecl_assert_throw_decl(StandardException) |
Interface for the float (float,double) formatter.
Definition in file floats.hpp.