Go to the documentation of this file.
15 #if !UCONFIG_NO_FORMATTING
26 #ifndef U_HIDE_DRAFT_API
40 static NoUnit U_EXPORT2 base();
48 static NoUnit U_EXPORT2 percent();
56 static NoUnit U_EXPORT2 permille();
100 NoUnit(
const char* subtype);
109 #endif // __NOUNIT_H__
A unit such as length, mass, volume, currency, etc.
Basic definitions for ICU, for both C and C++ APIs.
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.
Dimensionless unit for percent and permille.
static UClassID getStaticClassID(void)
Return the class ID for this class.
virtual UObject * clone() const
Returns a polymorphic clone of this object.
C++ API: A unit for measuring a quantity.
#define U_NAMESPACE_BEGIN