Typedefs | |
typedef unit::Prefixable < Unit, KelvinUnits > | Kelvins |
the Kelvins | |
typedef unit::Prefixed < Kelvins > | Kelvin |
the Kelvin | |
typedef unit::Prefixed < Kelvins, unit::Milli > | MilliKelvin |
the milliKelvin | |
typedef unit::NonPrefixable < Unit, DegreeRankineUnit > | DegreeRankine |
the degree Rankine | |
typedef Loki::TL::Append < Kelvins::Units, LOKI_TYPELIST_1(DegreeRankine)> ::Result | Units |
list of all available temperature units | |
typedef Kelvin | K |
typedef Quantity< Class > | Quantity |
typedef unit::NonPrefixable<Unit, DegreeRankineUnit> quantity::thermodynamicTemperature::DegreeRankine |
Definition at line 65 of file ThermodynamicTemperature.h.
typedef unit::Prefixed<Kelvins> quantity::thermodynamicTemperature::Kelvin |
typedef unit::Prefixable<Unit, KelvinUnits> quantity::thermodynamicTemperature::Kelvins |
typedef unit::Prefixed<Kelvins, unit::Milli> quantity::thermodynamicTemperature::MilliKelvin |
typedef Quantity<Class> quantity::thermodynamicTemperature::Quantity |
Definition at line 70 of file ThermodynamicTemperature.h.
typedef Loki::TL::Append<Kelvins::Units, LOKI_TYPELIST_1(DegreeRankine)>::Result quantity::thermodynamicTemperature::Units |