Typedefs | |
typedef unit::Prefixable< Unit, NewtonUnits > | Newtons |
the Newtons | |
typedef unit::Prefixed< Newtons > | Newton |
the Newton | |
typedef unit::NonPrefixable < Unit, DyneUnit > | Dyne |
the dyne | |
typedef unit::NonPrefixable < Unit, KilogramForceUnit > | KilogramForce |
the kilogram-force | |
typedef unit::NonPrefixable < Unit, AtomicUnit > | Atomic |
the atomic force unit | |
typedef Loki::Typelist < Newtons, Loki::Typelist < Dyne, Loki::Typelist < KilogramForce, Loki::Typelist< Atomic, Loki::NullType > > > > | Units |
list of all available time units | |
typedef Newton | N |
typedef Dyne | dyn |
typedef Quantity< Class > | Quantity |
typedef unit::NonPrefixable<Unit, AtomicUnit> quantity::force::Atomic |
typedef Dyne quantity::force::dyn |
typedef unit::NonPrefixable<Unit, DyneUnit> quantity::force::Dyne |
typedef unit::NonPrefixable<Unit, KilogramForceUnit> quantity::force::KilogramForce |
typedef Newton quantity::force::N |
typedef unit::Prefixed<Newtons> quantity::force::Newton |
typedef unit::Prefixable<Unit, NewtonUnits> quantity::force::Newtons |
typedef Quantity<Class> quantity::force::Quantity |
typedef Loki::Typelist<Newtons, Loki::Typelist<Dyne, Loki::Typelist<KilogramForce, Loki::Typelist<Atomic, Loki::NullType> > > > quantity::force::Units |