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

uobject.h File Reference

C++ API: Common ICU base class UObject. More...

#include "unicode/utypes.h"

Go to the source code of this file.

Compounds

class  UObject
 UObject is the common ICU base class. More...


Defines

#define U_OVERRIDE_CXX_ALLOCATION   1
 U_OVERRIDE_CXX_ALLOCATION - Define this to override operator new and delete in UObject. More...


Detailed Description

C++ API: Common ICU base class UObject.

Definition in file uobject.h.


Define Documentation

#define U_OVERRIDE_CXX_ALLOCATION   1
 

U_OVERRIDE_CXX_ALLOCATION - Define this to override operator new and delete in UObject.

Enabled by default for ICU.

Enabling forces all allocation of ICU object types to use ICU's memory allocation. On Windows, this allows the ICU DLL to be used by applications that statically link the C Runtime library, meaning that the app and ICU sill be using different heaps.

Definition at line 38 of file uobject.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