#include "config.h"
Include dependency graph for endian.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ENDIAN_HPP |
#define | LITTLE_ENDIAN |
Functions | |
void | Swap (T &a, T &b) |
adr_u32 | SwapEndianness32 (adr_u32 value) |
adr_u32 | LittleToHost32 (adr_u32 value) |
adr_u32 | BigToHost32 (adr_u32 value) |
|
Value: Definition at line 2 of file endian.hpp. |
|
Value: Definition at line 10 of file endian.hpp. |
|
Definition at line 42 of file endian.hpp. |
|
Definition at line 38 of file endian.hpp. Referenced by WAVInputStream::Initialize().
|
|
Definition at line 20 of file endian.hpp. Referenced by SwapEndianness32().
|
|
Definition at line 27 of file endian.hpp. Referenced by BigToHost32().
|