Main Page
Modules
Namespaces
Classes
Files
Related Pages
Class List
Class Hierarchy
Class Members
OpenMesh
::
Endian
OpenMesh::Endian Class Reference
Determine byte order of host system.
More...
#include <
Endian.hh
>
List of all members.
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
enum
OpenMesh::Endian::Type
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:
Core/Utils/
Endian.hh
Core/Utils/Endian.cc
Project
OpenMesh
, © Computer Graphics Group, RWTH Aachen. Documentation generated using
doxygen
.