11 #ifndef __CURRENCYUNIT_H__
12 #define __CURRENCYUNIT_H__
16 #if !UCONFIG_NO_FORMATTING
94 inline const UChar* getISOCurrency()
const;
103 inline const UChar* CurrencyUnit::getISOCurrency()
const {
109 #endif // !UCONFIG_NO_FORMATTING
110 #endif // __CURRENCYUNIT_H__
A unit such as length, mass, volume, currency, etc.
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.
virtual UObject * clone() const
Returns a polymorphic clone of this object.
virtual UClassID getDynamicClassID(void) const
Returns a unique class ID POLYMORPHICALLY.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
C++ API: A unit for measuring a quantity.
A unit of currency, such as USD (U.S.
uint16_t UChar
Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Basic definitions for ICU, for both C and C++ APIs.
UObject is the common ICU "boilerplate" class.