#include "LETypes.h"
Go to the source code of this file.
Compounds | |
class | LESwaps |
Defines | |
#define | SWAPW(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapWord(value)) |
These are convenience macros which invoke the swap functions from a concise call. More... | |
#define | SWAPL(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapLong(value)) |
|
|
|
These are convenience macros which invoke the swap functions from a concise call.
|