Typedefs | |
typedef unit::Component < amountOfSubstance::Units, BSUtilities::Rational< 1 > > | AmountOfSubstanceComponent |
amount of substance component for Concentration mole per litre units | |
typedef unit::Component < volume::Units, BSUtilities::Rational<-1 > > | VolumeComponent |
volume component for Concentration mole per litre units | |
typedef unit::ComposeBase < Unit, Loki::Typelist < AmountOfSubstanceComponent, Loki::Typelist < VolumeComponent, Loki::NullType > > > | ConcentrationComposedUnit |
typedef unit::Composed < ConcentrationComposedUnit, Loki::Typelist < amountOfSubstance::Mole, Loki::Typelist< volume::Litre, Loki::NullType > > > | MolePerLitre |
typedef unit::Composed < ConcentrationComposedUnit, Loki::Typelist < amountOfSubstance::Mole, Loki::Typelist < volume::CubicCentiMetre, Loki::NullType > > > | MolePerCubicCentiMetre |
typedef unit::Composed < ConcentrationComposedUnit, Loki::Typelist < amountOfSubstance::MilliMole, Loki::Typelist< volume::Litre, Loki::NullType > > > | MilliMolePerLitre |
typedef unit::Composed < ConcentrationComposedUnit, Loki::Typelist < amountOfSubstance::MilliMole, Loki::Typelist < volume::CubicCentiMetre, Loki::NullType > > > | MilliMolePerCubicCentiMetre |
typedef Loki::Typelist < ConcentrationComposedUnit, Loki::NullType > | Units |
list of all available Concentration units | |
typedef Quantity< Class > | Quantity |
typedef unit::Component<amountOfSubstance::Units, BSUtilities::Rational<1> > quantity::concentration::AmountOfSubstanceComponent |
amount of substance component for Concentration mole per litre units
Definition at line 43 of file Concentration.h.
typedef unit::ComposeBase<Unit, Loki::Typelist<AmountOfSubstanceComponent, Loki::Typelist<VolumeComponent, Loki::NullType> > > quantity::concentration::ConcentrationComposedUnit |
Definition at line 57 of file Concentration.h.
typedef unit::Composed<ConcentrationComposedUnit, Loki::Typelist<amountOfSubstance::MilliMole, Loki::Typelist<volume::CubicCentiMetre, Loki::NullType> > > quantity::concentration::MilliMolePerCubicCentiMetre |
Definition at line 75 of file Concentration.h.
typedef unit::Composed<ConcentrationComposedUnit, Loki::Typelist<amountOfSubstance::MilliMole, Loki::Typelist<volume::Litre, Loki::NullType> > > quantity::concentration::MilliMolePerLitre |
Definition at line 70 of file Concentration.h.
typedef unit::Composed<ConcentrationComposedUnit, Loki::Typelist<amountOfSubstance::Mole, Loki::Typelist<volume::CubicCentiMetre, Loki::NullType> > > quantity::concentration::MolePerCubicCentiMetre |
Definition at line 66 of file Concentration.h.
typedef unit::Composed<ConcentrationComposedUnit, Loki::Typelist<amountOfSubstance::Mole, Loki::Typelist<volume::Litre, Loki::NullType> > > quantity::concentration::MolePerLitre |
Definition at line 61 of file Concentration.h.
typedef Quantity<Class> quantity::concentration::Quantity |
Definition at line 82 of file Concentration.h.
typedef Loki::Typelist<ConcentrationComposedUnit, Loki::NullType> quantity::concentration::Units |
typedef unit::Component<volume::Units, BSUtilities::Rational<-1> > quantity::concentration::VolumeComponent |
volume component for Concentration mole per litre units
Definition at line 53 of file Concentration.h.