55 #include <OpenMesh/Core/Utils/Endian.hh> 70 const Endian::Type Endian::local_ = *((
unsigned char*)&Endian::one_)
76 return _t ==
LSB ?
"LSB" :
"MSB";
Little endian (Intel family and clones)
big endian (Motorola's 68x family, DEC Alpha, MIPS)
static const char * as_string(Type _t)
Return type _t as string.