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 void* UReplaceable
 An opaque replaceable text object. More...

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


Typedef Documentation

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 35 of file urep.h.

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.


Generated at Fri Dec 15 12:12:55 2000 for ICU 1.7 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000