33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/BasicSL/String.h>
35 #include <casacore/casa/Quanta/UnitVal.h>
201 Unit(
const std::string &other);
String: the storage and methods of handling collections of characters.
Unit()
Default empty string constructor.
void check()
Check format of unit string.
Unit(const Unit &other)
Copy constructor.
Unit(const std::string &other)
String based constructors.
Bool empty() const
Fast check for "" units.
Bool operator==(const Unit &other) const
Comparisons.
void setName(const String &in)
Set the unit name.
const UnitVal & getValue() const
Get the unit value.
Bool operator!=(const Unit &other) const
Unit & operator=(const Unit &other)
const String & getName() const
Get the unit name.
void setValue(const UnitVal &in)
Set the unit value.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.