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"
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.