PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <Units.hh>
Classes | |
struct | Impl |
Public Member Functions | |
Unit (System::Ptr system, const std::string &spec) | |
Unit (const Unit &other) | |
bool | is_convertible (const Unit &other) const |
DateTime | date (double T, const std::string &calendar) const |
double | time (const DateTime &d, const std::string &calendar) const |
Unit & | operator= (const Unit &other) |
std::string | format () const |
System::Ptr | system () const |
Private Member Functions | |
void | reset () |
Private Attributes | |
std::shared_ptr< Impl > | m_impl |
Friends | |
class | Converter |