Main Page
Modules
Namespace List
Class Hierarchy
Compound List
File List
Namespace Members
Compound Members
File Members
Related Pages
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 Methods
Type
local
()
Return endian type of host system.
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
Enumeration values:
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:
Endian.hh
Endian.cc
Project
OpenMesh
, © Computer Graphics Group, RWTH Aachen. Documentation generated using
doxygen
.