Text formatters for streaming stencil classes. More...
#include <cmath>
#include <ecl/config/macros.hpp>
#include <ecl/formatters/common.hpp>
#include <ecl/formatters/number.hpp>
#include <ecl/formatters/floats.hpp>
#include <ecl/mpl/enable_if.hpp>
#include <ecl/type_traits/fundamental_types.hpp>
#include "../common/formatters.hpp"
Go to the source code of this file.
Classes | |
class | ecl::Stencil< Array > |
A safe windowing class that opens onto array-like containers. More... | |
class | ecl::formatters::StencilFormatter< ValueType, Container, Enable > |
Pseudo formatter for stencils. More... | |
class | ecl::formatters::StencilFormatter< ValueType, Container, ecl::enable_if< ecl::is_float< ValueType > >::type > |
Partial specialisation of the stencil formatter for float containers. More... | |
Namespaces | |
ecl | |
Embedded control libraries. | |
ecl::formatters | |
Supporting classes for container formatters (do not use directly). | |
Text formatters for streaming stencil classes.
Definition in file stencil/formatters.hpp.