12 #ifndef ECL_CONTAINERS_ARRAY_CONVERTERS_HPP_ 13 #define ECL_CONTAINERS_ARRAY_CONVERTERS_HPP_ 19 #ifdef ECL_MEM_CHECK_ARRAYS 47 template <
typename Integral>
56 template <
typename Integral>
57 class ECL_PUBLIC Converter <
Array<signed char>, Integral > :
public converters::IntegralToByteArray< Array<signed char>, Integral > {};
66 template <
typename Integral>
67 class ECL_PUBLIC Converter <
Array<unsigned char>, Integral > :
public converters::IntegralToByteArray< Array<unsigned char>, Integral > {};
71 template <
typename Integral, std::
size_t Size>
77 template <
typename Integral, std::
size_t Size>
78 class ECL_PUBLIC Converter <Integral,
Array<unsigned char,Size> > :
public converters::FromByteArray< Integral, Array<unsigned char,Size> > {};
82 template <
typename Integral, std::
size_t Size>
83 class ECL_PUBLIC Converter <Integral,
Array<signed char,Size> > :
public converters::FromByteArray< Integral, Array<signed char,Size> > {};
Fixed size container with a few bells and whistles.
Embedded control libraries.
Fixed size containers with a few bells and whistles.
Dynamically sized containers with a few bells and whistles.
Fixed size containers with a few bells and whistles.
Dynamically sized containers with a few bells and whistles.