Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

LESwaps.h File Reference

#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))
 These are convenience macros which invoke the swap functions from a concise call. More...

#define SWAPL(value)   (LESwaps::isBigEndian() ? (value) : LESwaps::swapLong(value))


Define Documentation

#define SWAPL value       (LESwaps::isBigEndian() ? (value) : LESwaps::swapLong(value))
 

Definition at line 23 of file LESwaps.h.

#define SWAPW value       (LESwaps::isBigEndian() ? (value) : LESwaps::swapWord(value))
 

These are convenience macros which invoke the swap functions from a concise call.

Draft:
This API has been introduced in ICU 2.2. It is still in draft state and may be modified in a future release.

Definition at line 22 of file LESwaps.h.


Generated on Thu Aug 15 14:13:35 2002 for ICU 2.2 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001