Intrusive Containers
Namespaces | Functions
Endian.h File Reference
#include <stdint.h>
Include dependency graph for Endian.h:

Go to the source code of this file.

Namespaces

 Endian
 

Functions

int16_t Endian::get16LE (void const *buffer)
 
uint16_t Endian::getU16LE (void const *buffer)
 
int32_t Endian::get32LE (void const *buffer)
 
uint32_t Endian::getU32LE (void const *buffer)
 
float Endian::getFloatLE (void const *buffer)
 
double Endian::getDoubleLE (void const *buffer)
 
int16_t Endian::get16BE (void const *buffer)
 
uint16_t Endian::getU16BE (void const *buffer)
 
int32_t Endian::get32BE (void const *buffer)
 
uint32_t Endian::getU32BE (void const *buffer)
 
float Endian::getFloatBE (void const *buffer)
 
double Endian::getDouble (void const *buffer)
 

Detailed Description

Endian Library.

A file with basic endian conversion routines.