OpenMesh::Endian Class Reference
#include <Endian.hh>
|
Public Types |
enum | Type { LSB = 1,
MSB
} |
Static Public Member Functions |
static Type | local () |
| Return endian type of host system.
|
static const char * | as_string (Type _t) |
| Return type _t as string.
|
Detailed Description
Determine byte order of host system.
Member Enumeration Documentation
- Enumerator:
-
LSB |
Little endian (Intel family and clones). |
MSB |
big endian (Motorola's 68x family, DEC Alpha, MIPS) |
The documentation for this class was generated from the following files:
- /media/disk/disc/these/mine/meshseqsegenv/MSSEnv/external_lib/OpenMesh/Core/Utils/Endian.hh
- /media/disk/disc/these/mine/meshseqsegenv/MSSEnv/external_lib/OpenMesh/Core/Utils/Endian.cc