$search
Some simple converters for ecl stencils. More...
#include <ecl/config/macros.hpp>#include <ecl/converters/from_byte_array.hpp>#include <ecl/converters/to_byte_array.hpp>#include "stencil.hpp"#include <cstddef>#include <ecl/exceptions/standard_exception.hpp>#include <ecl/concepts/containers.hpp>#include <ecl/concepts/streams.hpp>#include "../initialiser.hpp"#include <cmath>#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::Converter< Integral, Stencil< Array< char, Size > > > |
| Specialisation for char Stencil container based FromByteArray converter. More... | |
| class | ecl::Converter< Integral, Stencil< Array< signed char, Size > > > |
| Specialisation for signed char Stencil container based FromByteArray converter. More... | |
| class | ecl::Converter< Integral, Stencil< Array< unsigned char, Size > > > |
| Specialisation for unsigned char Stencil container based FromByteArray converter. More... | |
| class | ecl::Converter< Stencil< Array< char, Size > >, Integral > |
| Specialisation for integral to char Stencil conversions. More... | |
| class | ecl::Converter< Stencil< Array< signed char, Size > >, Integral > |
| Specialisation for integral to signed char Stencil conversions. More... | |
| class | ecl::Converter< Stencil< Array< unsigned char, Size > >, Integral > |
| Specialisation for integral to unsigned char Stencil conversions. More... | |
Namespaces | |
| namespace | ecl |
Embedded control libraries. | |
Some simple converters for ecl stencils.
Definition in file stencil/converters.hpp.