ICU 52.1  52.1
Data Structures | Namespaces | Constant Groups | Macros
LESwaps.h File Reference

C++ API: Endian independent access to data for LayoutEngine. More...

#include "LETypes.h"

Go to the source code of this file.

Data Structures

class  icu::LESwaps
 This class is used to access data which stored in big endian order regardless of the conventions of the platform. More...
 

Namespaces

 icu
 File coll.h.
 

Constant Groups

 icu
 File coll.h.
 

Macros

#define SWAPW(value)   LESwaps::swapWord((le_uint16)(value))
 A convenience macro which invokes the swapWord member function from a concise call. More...
 
#define SWAPL(value)   LESwaps::swapLong((le_uint32)(value))
 A convenience macro which invokes the swapLong member function from a concise call. More...
 

Detailed Description

C++ API: Endian independent access to data for LayoutEngine.

Definition in file LESwaps.h.

Macro Definition Documentation

#define SWAPL (   value)    LESwaps::swapLong((le_uint32)(value))

A convenience macro which invokes the swapLong member function from a concise call.

Stable:
ICU 2.8

Definition at line 33 of file LESwaps.h.

#define SWAPW (   value)    LESwaps::swapWord((le_uint16)(value))

A convenience macro which invokes the swapWord member function from a concise call.

Stable:
ICU 2.8

Definition at line 25 of file LESwaps.h.