kwave  18.07.70
ByteOrder.h File Reference
#include "config.h"
Include dependency graph for ByteOrder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Kwave
 

Typedefs

typedef enum Kwave::byte_order_t Kwave::byte_order_t
 

Enumerations

enum  Kwave::byte_order_t { Kwave::UnknownEndian = -1, Kwave::CpuEndian = 0, Kwave::LittleEndian = 1, Kwave::BigEndian = 2 }