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

urep.h File Reference

#include "unicode/utypes.h"

Go to the source code of this file.

Compounds

struct  _UReplaceableCallbacks
 A set of function pointers that transliterators use to manipulate a UReplaceable. More...


Typedefs

typedef _UReplaceableCallbacks UReplaceableCallbacks
 A set of function pointers that transliterators use to manipulate a UReplaceable. More...


Variables

U_CDECL_BEGIN typedef void * UReplaceable
 An opaque replaceable text object. More...


Typedef Documentation

typedef struct _UReplaceableCallbacks UReplaceableCallbacks
 

A set of function pointers that transliterators use to manipulate a UReplaceable.

The caller should supply the required functions to manipulate their text appropriately. Related to the C++ class Replaceable.

Stable:


Variable Documentation

U_CDECL_BEGIN typedef void* UReplaceable
 

An opaque replaceable text object.

This will be manipulated only through the caller-supplied UReplaceableFunctor struct. Related to the C++ class Replaceable.

Stable:

Definition at line 38 of file urep.h.


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