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

urep.h File Reference

#include "unicode/utypes.h"

Go to the source code of this file.

Compounds

struct  _UReplaceableCallbacks

Typedefs

typedef struct _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.


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.

Definition at line 37 of file urep.h.


Generated at Tue Jun 12 14:04:14 2001 for ICU 1.8.1 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000