Classes | Namespaces
to_byte_array.hpp File Reference
#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"
#include <iostream>
Include dependency graph for to_byte_array.hpp:
This graph shows which files directly or indirectly include this file:

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.
 
class  ecl::Converter< std::vector< char >, int >
 Converts int to a byte array of chars.
 
class  ecl::Converter< std::vector< char >, long >
 Converts long to a byte array of chars.
 
class  ecl::Converter< std::vector< char >, long long >
 Converts long long to a byte array of chars.
 
class  ecl::Converter< std::vector< char >, unsigned int >
 Converts unsigned int to a byte array of chars.
 
class  ecl::Converter< std::vector< char >, unsigned long >
 Converts unsigned long to a byte array of chars.
 
class  ecl::Converter< std::vector< char >, void >
 Family of converters to byte arrays of vector<char> type.
 
class  ecl::Converter< std::vector< signed char >, int >
 Converts int to a byte array of signed chars.
 
class  ecl::Converter< std::vector< signed char >, long >
 Converts long to a byte array of signed chars.
 
class  ecl::Converter< std::vector< signed char >, long long >
 Converts long long to a byte array of signed chars.
 
class  ecl::Converter< std::vector< signed char >, unsigned int >
 Converts unsigned int to a byte array of signed chars.
 
class  ecl::Converter< std::vector< signed char >, unsigned long >
 Converts unsigned long to a byte array of signed chars.
 
class  ecl::Converter< std::vector< signed char >, void >
 Family of converters to byte arrays of vector<signed char> type.
 
class  ecl::Converter< std::vector< unsigned char >, int >
 Converts int to a byte array of unsigned chars.
 
class  ecl::Converter< std::vector< unsigned char >, long >
 Converts long to a byte array of unsigned chars.
 
class  ecl::Converter< std::vector< unsigned char >, long long >
 Converts long long to a byte array of unsigned chars.
 
class  ecl::Converter< std::vector< unsigned char >, unsigned int >
 Converts unsigned int to a byte array of unsigned chars.
 
class  ecl::Converter< std::vector< unsigned char >, unsigned long >
 Converts unsigned long to a byte array of unsigned chars.
 
class  ecl::Converter< std::vector< unsigned char >, void >
 Family of converters to byte arrays of vector<unsigned char> type.
 

Namespaces

 ecl
 


xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:38