SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Endian.cc File Reference
#include <Core/Utils/Legacy/Endian.h>

Namespaces

 SCIRun
 STL datatypes needed.
 

Functions

void swapbytes (bool &)
 
void swapbytes (int8_t &)
 
void swapbytes (uint8_t &)
 
void swapbytes (int16_t &i)
 
void swapbytes (uint16_t &i)
 
void swapbytes (int32_t &i)
 
void swapbytes (uint32_t &i)
 
void swapbytes (int64_t &i)
 
void swapbytes (uint64_t &i)
 
void swapbytes (float &i)
 
void swapbytes (double &i)
 
bool isBigEndian ()
 
bool isLittleEndian ()
 
std::string endianness ()