|
µSer
|
Byte orders for integers in serialized data. More...
Classes | |
| struct | BE |
| Attribute: Store an integer as Big Endian. More... | |
| struct | LE |
| Attribute: Store an integer as Little Endian. More... | |
| struct | PDP |
| Attribute: Store an integer as PDP-Endian. More... | |
Typedefs | |
| using | Native = LE |
| This alias only exists if the compiler provides a BYTE_ORDER macro. It is an alias for LE, BE or PDP depending on the host byte order. | |
Byte orders for integers in serialized data.