Typedefs | |
typedef unit::NonPrefixable < Unit, UnityUnit > | Unity |
the unity unit | |
typedef unit::NonPrefixable < Unit, PercentUnit > | Percent |
the percent | |
typedef unit::NonPrefixable < Unit, PermilleUnit > | Permille |
the permille | |
typedef unit::NonPrefixable < Unit, PpmUnit > | Ppm |
the parts per millions unit, ppm | |
typedef Loki::Typelist< Unity, Loki::Typelist< Percent, Loki::Typelist< Permille, Loki::Typelist< Ppm, Loki::NullType > > > > | Units |
list of all available fraction units | |
typedef Quantity< Class > | Quantity |
typedef unit::NonPrefixable<Unit, PercentUnit> quantity::fraction::Percent |
typedef unit::NonPrefixable<Unit, PermilleUnit> quantity::fraction::Permille |
typedef unit::NonPrefixable<Unit, PpmUnit> quantity::fraction::Ppm |
typedef Quantity<Class> quantity::fraction::Quantity |
Definition at line 68 of file Fraction.h.
typedef Loki::Typelist<Unity, Loki::Typelist<Percent, Loki::Typelist<Permille, Loki::Typelist<Ppm, Loki::NullType> > > > quantity::fraction::Units |
typedef unit::NonPrefixable<Unit, UnityUnit> quantity::fraction::Unity |