Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Enumerations
endianess.h File Reference

Defines the endianess of the local platform. More...

Go to the source code of this file.

Enumerations

enum  Endianess { k_big_endian = 1, k_little_endian = 2 }
 This set contains constant definitions for each type of endian processor supported by these conversion functions. More...
 

Detailed Description

Defines the endianess of the local platform.

The MIT License(MIT)

Definition in file endianess.h.

Enumeration Type Documentation

enum Endianess

This set contains constant definitions for each type of endian processor supported by these conversion functions.

Enumerator
k_big_endian 

Indicates Big-Endian byte-order.

k_little_endian 

Indicates Little-Endian byte-order.

Definition at line 56 of file endianess.h.