#include "LETypes.h"Go to the source code of this file.
Compounds | |
| class | LESwaps |
| This class is used to access data which stored in big endian order regardless of the conventions of the platform. More... | |
Defines | |
| #define | SWAPW(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapWord(value)) |
| A convenience macro which invokes the swapWord member function from a concise call. More... | |
| #define | SWAPL(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapLong(value)) |
| A convenience macro which invokes the swapLong member function from a concise call. More... | |
|
|
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.
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001