wpl::tool::end Namespace Reference

Endianness related compounds. More...

Enumerations

enum  endianness {
  big, little, raw, swap,
  guess
}

Functions

std::ostream & operator<< (std::ostream &, const endianness &e)

Detailed Description

Endianness related compounds.


Enumeration Type Documentation

Endianness tag.

Enumerator:
big 

Tag a data as big endian.

little 

Tag a data as little endian.

raw 

The data does not need endianness adjustments.

swap 

The data needs to be swapped.

guess 

Unknown endianness, algorithm must make a guess.


Generated by  doxygen 1.6.2