Conversions between integers and byte arrays. More...
#include <ecl/config/portable_types.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ecl |
Functions | |
void | ecl::from_byte_array (int32 &value, const char *byte_array) |
Converts an array of four char into a 32 bit integer. | |
void | ecl::from_byte_array (int32 &value, const unsigned char *byte_array) |
Converts a array of four unsigned char into a 32 bit integer. | |
void | ecl::from_byte_array (uint32 &value, const char *byte_array) |
Converts a array of four char into a 32 bit integer. | |
void | ecl::from_byte_array (uint32 &value, const unsigned char *byte_array) |
Converts a array of four unsigned char into a 32 bit unsigned int. |