µSer
uSer::ByteOrder::BE Struct Reference

Attribute: Store an integer as Big Endian. More...

#include <uSer.hh>

Detailed Description

Attribute: Store an integer as Big Endian.

Big endian stores the most significant bytes first (e.g. PowerPC, network byte order for IP,TCP,UDP). For example, the 32bit-integer 0x01234567 is split into the bytes 0x01, 0x23, 0x45, 0x67, in that order.


The documentation for this struct was generated from the following file: