201 Unit(
const std::string &other);
Unit & operator=(const Unit &other)
Bool empty() const
Fast check for "" units.
describes any valid unit as a factor and a dimenion of SI units
void setValue(const UnitVal &in)
Set the unit value.
const String & getName() const
Get the unit name.
void setName(const String &in)
Set the unit name.
void check()
Check format of unit string.
bool Bool
Define the standard types used by Casacore.
const UnitVal & getValue() const
Get the unit value.
String: the storage and methods of handling collections of characters.
Bool operator!=(const Unit &other) const
Bool operator==(const Unit &other) const
Comparisons.
Unit()
Default empty string constructor.