theCore C++ embedded framework
endian.hpp File Reference
#include <type_traits>
Include dependency graph for endian.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 ecl
 

Functions

template<typename Integer >
Integer ecl::LE (Integer in)
 
static uint16_t ecl::BE (uint16_t in)
 
static int16_t ecl::BE (int16_t in)
 
static uint32_t ecl::BE (uint32_t in)
 
static int32_t ecl::BE (int32_t in)
 
static uint64_t ecl::BE (uint64_t in)
 
static int64_t ecl::BE (int64_t in)