#include <measunit.h>
Inheritance diagram for MeasureUnit:
Public Member Functions | |
virtual UObject * | clone () const =0 |
Return a polymorphic clone of this object. | |
virtual | ~MeasureUnit () |
Destructor. | |
virtual UBool | operator== (const UObject &other) const =0 |
Equality operator. | |
Protected Member Functions | |
MeasureUnit () | |
Default constructor. |
A unit is coupled with a numeric amount to produce a Measure.
This is an abstract class.
Definition at line 32 of file measunit.h.
|
Destructor.
|
|
Default constructor.
|
|
Return a polymorphic clone of this object. The result will have the same class as returned by getDynamicClassID().
Implemented in CurrencyUnit. |
|
Equality operator. Return true if this object is equal to the given object.
Implemented in CurrencyUnit. |