Go to the documentation of this file.
13 #ifndef __CURRENCYUNIT_H__
14 #define __CURRENCYUNIT_H__
18 #if !UCONFIG_NO_FORMATTING
62 #ifndef U_HIDE_DRAFT_API
115 inline const char16_t* getISOCurrency()
const;
124 inline const char16_t* CurrencyUnit::getISOCurrency()
const {
130 #endif // !UCONFIG_NO_FORMATTING
131 #endif // __CURRENCYUNIT_H__
A unit such as length, mass, volume, currency, etc.
Basic definitions for ICU, for both C and C++ APIs.
A unit of currency, such as USD (U.S.
virtual UClassID getDynamicClassID(void) const
Returns a unique class ID POLYMORPHICALLY.
UObject is the common ICU "boilerplate" class.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
MeasureUnit & operator=(const MeasureUnit &other)
Assignment operator.
static UClassID getStaticClassID(void)
Return the class ID for this class.
virtual UObject * clone() const
Returns a polymorphic clone of this object.
const char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types.
C++ API: A unit for measuring a quantity.
#define U_NAMESPACE_BEGIN