Classes | Namespaces
to_byte_array.hpp File Reference

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

Detailed Description

Convert to byte arrays.

Date:
March 2010

Definition in file to_byte_array.hpp.



ecl_converters
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:24