Typedefs | |
| typedef unit::Component < length::Units, BSUtilities::Rational< 3 > > | LengthComponent |
| length compose element for Volume cubic metre units | |
| typedef unit::ComposeBase < Unit, Loki::Typelist < LengthComponent, Loki::NullType > > | VolumeComposedUnit |
| typedef unit::Composed < VolumeComposedUnit, Loki::Typelist< length::Metre, Loki::NullType > > | CubicMetre |
| typedef unit::Composed < VolumeComposedUnit, Loki::Typelist < length::MilliMetre, Loki::NullType > > | CubicMilliMetre |
| typedef unit::Composed < VolumeComposedUnit, Loki::Typelist < length::CentiMetre, Loki::NullType > > | CubicCentiMetre |
| typedef unit::Prefixable< Unit, LitreUnit > | Litres |
| the litres | |
| typedef unit::Prefixed< Litres > | Litre |
| the litre | |
| typedef unit::NonPrefixable < Unit, LambdaUnit > | Lambda |
| the lambda | |
| typedef unit::NonPrefixable < Unit, BarrelUnit > | Barrel |
| the barrel | |
| typedef unit::NonPrefixable < Unit, USGallonUnit > | USGallon |
| the US gallon | |
| typedef unit::NonPrefixable < Unit, UKGallonUnit > | UKGallon |
| the UK gallon | |
| typedef Loki::Typelist < VolumeComposedUnit, Loki::Typelist< Litres, Loki::Typelist< Lambda, Loki::Typelist< Barrel, Loki::Typelist< USGallon, Loki::Typelist< UKGallon, Loki::NullType > > > > > > | Units |
| list of all available volume units | |
| typedef Quantity< Class > | Quantity |
Functions | |
| typedef | LOKI_TYPELIST_3 (length::Metre, length::CentiMetre, length::MilliMetre) LengthList |
| the cubic metre | |
| typedef unit::NonPrefixable<Unit, BarrelUnit> quantity::volume::Barrel |
| typedef unit::Composed<VolumeComposedUnit, Loki::Typelist<length::CentiMetre, Loki::NullType> > quantity::volume::CubicCentiMetre |
| typedef unit::Composed<VolumeComposedUnit, Loki::Typelist<length::Metre, Loki::NullType> > quantity::volume::CubicMetre |
| typedef unit::Composed<VolumeComposedUnit, Loki::Typelist<length::MilliMetre, Loki::NullType> > quantity::volume::CubicMilliMetre |
| typedef unit::NonPrefixable<Unit, LambdaUnit> quantity::volume::Lambda |
| typedef unit::Component<length::Units, BSUtilities::Rational<3> > quantity::volume::LengthComponent |
| typedef unit::Prefixed<Litres> quantity::volume::Litre |
| typedef unit::Prefixable<Unit, LitreUnit> quantity::volume::Litres |
| typedef Quantity<Class> quantity::volume::Quantity |
| typedef unit::NonPrefixable<Unit, UKGallonUnit> quantity::volume::UKGallon |
| typedef Loki::Typelist<VolumeComposedUnit, Loki::Typelist <Litres, Loki::Typelist<Lambda, Loki::Typelist<Barrel, Loki::Typelist<USGallon, Loki::Typelist<UKGallon, Loki::NullType> > > > > > quantity::volume::Units |
| typedef unit::NonPrefixable<Unit, USGallonUnit> quantity::volume::USGallon |
| typedef unit::ComposeBase<Unit, Loki::Typelist<LengthComponent, Loki::NullType> > quantity::volume::VolumeComposedUnit |
| typedef quantity::volume::LOKI_TYPELIST_3 | ( | length::Metre | , | |
| length::CentiMetre | , | |||
| length::MilliMetre | ||||
| ) |
the cubic metre
the cubic metre is the default unit for volume quantities; this is a compound unit,
1.5.6