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::Typelist < Kelvins, Loki::Typelist < DegreeRankine, Loki::NullType > > | 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 69 of file ThermodynamicTemperature.h.
typedef Loki::Typelist<Kelvins, Loki::Typelist<DegreeRankine, Loki::NullType> > quantity::thermodynamicTemperature::Units |