#include "LETypes.h"
Go to the source code of this file.
Defines | |
#define | SWAPW(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapWord(value)) |
A convenience macro which invokes the swapWord member function from a concise call. | |
#define | SWAPL(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapLong(value)) |
A convenience macro which invokes the swapLong member function from a concise call. |
Definition in file LESwaps.h.
|
A convenience macro which invokes the swapLong member function from a concise call.
|
|
A convenience macro which invokes the swapWord member function from a concise call.
|