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::Array< Type, Size > | 
| Fixed size container with a few bells and whistles.  More... | |
| 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< Integral, Stencil< const unsigned char * > > | 
| Specialisation for const 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... | |
| class | ecl::Converter< Stencil< std::vector< unsigned char > >, int > | 
| Specialisation for int to vector based unsigned char Stencil container.  More... | |
| class | ecl::Converter< Stencil< std::vector< unsigned char > >, long > | 
| Specialisation for long to vector based unsigned char Stencil container.  More... | |
| class | ecl::Converter< Stencil< std::vector< unsigned char > >, long long > | 
| Specialisation for long long to vector based unsigned char Stencil container.  More... | |
| class | ecl::Converter< Stencil< std::vector< unsigned char > >, unsigned int > | 
| Specialisation for unsigned int to vector based unsigned char Stencil container.  More... | |
| Namespaces | |
| ecl | |
| Embedded control libraries. | |