13 #ifndef __CURRENCYUNIT_H__    14 #define __CURRENCYUNIT_H__    18 #if U_SHOW_CPLUSPLUS_API    20 #if !UCONFIG_NO_FORMATTING    59 #ifndef U_HIDE_DRAFT_API   129     inline const char16_t* getISOCurrency() 
const;
   144 #endif // !UCONFIG_NO_FORMATTING   148 #endif // __CURRENCYUNIT_H__ A unit such as length, mass, volume, currency, etc. 
const char16_t * getISOCurrency() const
Return the ISO currency code of this object. 
MeasureUnit & operator=(const MeasureUnit &other)
Assignment operator. 
static UClassID getStaticClassID(void)
Return the class ID for this class. 
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI. 
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
C++ API: A unit for measuring a quantity. 
virtual UClassID getDynamicClassID(void) const
Returns a unique class ID POLYMORPHICALLY. 
A unit of currency, such as USD (U.S. 
UErrorCode
Standard ICU4C error code type, a substitute for exceptions. 
const char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types...
Basic definitions for ICU, for both C and C++ APIs. 
virtual MeasureUnit * clone() const
Returns a polymorphic clone of this object. 
A string-like object that points to a sized piece of memory.