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