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::TL::Append < Newtons::Units, LOKI_TYPELIST_3(Dyne, KilogramForce, Atomic)>::Result | 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::TL::Append<Newtons::Units, LOKI_TYPELIST_3(Dyne, KilogramForce, Atomic)>::Result quantity::force::Units |