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 | |
| ecl | |
| Embedded control libraries. | |
| ecl::interfaces | |
| Supporting elements and interfaces. | |
| Enumerations | |
| enum | ecl::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) | 
Interface for the float (float,double) formatter.
Definition in file floats.hpp.