Developer Documentation
OpenMesh::Endian Class Reference

#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/Utils/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.
 

Static Private Attributes

static int one_ = 1
 
static const Type local_
 

Detailed Description

Determine byte order of host system.

Definition at line 73 of file Endian.hh.

Member Enumeration Documentation

◆ Type

Enumerator
LSB 

Little endian (Intel family and clones)

MSB 

big endian (Motorola's 68x family, DEC Alpha, MIPS)

Definition at line 77 of file Endian.hh.

Member Data Documentation

◆ local_

const Endian::Type OpenMesh::Endian::local_
staticprivate
Initial value:
= *((unsigned char*)&Endian::one_)

Definition at line 90 of file Endian.hh.


The documentation for this class was generated from the following files: