$search

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:

Go to the source code of this file.

Namespaces

namespace  ecl

Functions

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

Detailed Description

Conversions between integers and byte arrays.

Date:
March 2011.

Definition in file byte_array.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


ecl_converters_lite
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Fri Mar 1 15:20:52 2013