Classes | Namespaces
from_byte_array.hpp File Reference

Converts byte arrays to integral types. More...

#include <vector>
#include <ecl/config/macros.hpp>
#include <ecl/concepts/containers.hpp>
#include <ecl/errors/compile_time_assert.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/mpl/converters.hpp>
#include <ecl/type_traits/fundamental_types.hpp>
#include <ecl/type_traits/numeric_limits.hpp>
#include "converter.hpp"
Include dependency graph for from_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< Integral, std::vector< char > >
 Specialisation for the vector<char> container based FromByteArray converter. More...
 
class  ecl::Converter< Integral, std::vector< signed char > >
 Specialisation for the vector<signed char> container based FromByteArray converter. More...
 
class  ecl::Converter< Integral, std::vector< unsigned char > >
 Specialisation for the vector<unsigned char> container based FromByteArray converter. More...
 

Namespaces

 ecl
 

Detailed Description

Converts byte arrays to integral types.

Date
August 2010

Definition in file from_byte_array.hpp.



ecl_converters
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:25