Convert to byte arrays. More...
#include <vector>
#include <ecl/concepts/containers.hpp>
#include <ecl/errors/compile_time_assert.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/exceptions/macros.hpp>
#include <ecl/type_traits/fundamental_types.hpp>
#include <ecl/type_traits/numeric_limits.hpp>
#include "converter.hpp"
Go to the source code of this file.
Classes | |
class | ecl::Converter< std::vector< char >, char * > |
Converts a char string of human readable hexes to a byte array. More... | |
class | ecl::Converter< std::vector< char >, int > |
Converts int to a byte array of chars. More... | |
class | ecl::Converter< std::vector< char >, long > |
Converts long to a byte array of chars. More... | |
class | ecl::Converter< std::vector< char >, unsigned int > |
Converts unsigned int to a byte array of chars. More... | |
class | ecl::Converter< std::vector< char >, unsigned long > |
Converts unsigned long to a byte array of chars. More... | |
class | ecl::Converter< std::vector< char >, void > |
Family of converters to byte arrays of vector<char> type. More... | |
class | ecl::Converter< std::vector< signed char >, int > |
Converts int to a byte array of signed chars. More... | |
class | ecl::Converter< std::vector< signed char >, long > |
Converts long to a byte array of signed chars. More... | |
class | ecl::Converter< std::vector< signed char >, unsigned int > |
Converts unsigned int to a byte array of signed chars. More... | |
class | ecl::Converter< std::vector< signed char >, unsigned long > |
Converts unsigned long to a byte array of signed chars. More... | |
class | ecl::Converter< std::vector< signed char >, void > |
Family of converters to byte arrays of vector<signed char> type. More... | |
class | ecl::Converter< std::vector< unsigned char >, int > |
Converts int to a byte array of unsigned chars. More... | |
class | ecl::Converter< std::vector< unsigned char >, long > |
Converts long to a byte array of unsigned chars. More... | |
class | ecl::Converter< std::vector< unsigned char >, unsigned int > |
Converts unsigned int to a byte array of unsigned chars. More... | |
class | ecl::Converter< std::vector< unsigned char >, unsigned long > |
Converts unsigned long to a byte array of unsigned chars. More... | |
class | ecl::Converter< std::vector< unsigned char >, void > |
Family of converters to byte arrays of vector<unsigned char> type. More... | |
Namespaces | |
namespace | ecl |