Namespaces | Functions
byte_array.hpp File Reference

Conversions between integers and byte arrays. More...

#include <ecl/config/portable_types.hpp>
Include dependency graph for byte_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ecl
 

Functions

void ecl::from_byte_array (int32 &value, const char *byte_array)
 Converts an array of four char into a 32 bit integer. More...
 
void ecl::from_byte_array (int32 &value, const unsigned char *byte_array)
 Converts a array of four unsigned char into a 32 bit integer. More...
 
void ecl::from_byte_array (uint32 &value, const char *byte_array)
 Converts a array of four char into a 32 bit integer. More...
 
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. More...
 

Detailed Description

Conversions between integers and byte arrays.

Date
March 2011.

Definition in file byte_array.hpp.



ecl_converters_lite
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:13:54