Typedefs | |
typedef unit::Prefixable < Unit, AmpereUnits > | Amperes |
the Amperes | |
typedef unit::Prefixed < Amperes > | Ampere |
the Ampere | |
typedef unit::Prefixed < Amperes, unit::Milli > | MilliAmpere |
the MilliAmpere | |
typedef unit::Prefixed < Amperes, unit::Micro > | MicroAmpere |
the MicroAmpere | |
typedef unit::NonPrefixable < Unit, GauUnit > | Gau |
the Gau | |
typedef unit::NonPrefixable < Unit, BiotUnit > | Biot |
the Biot | |
typedef unit::NonPrefixable < Unit, AtomicUnit > | Atomic |
the atomic unit of electric current | |
typedef Loki::TL::Append < Amperes::Units, LOKI_TYPELIST_3(Gau, Biot, Atomic)> ::Result | Units |
list of all available electric current units | |
typedef Quantity< Class > | Quantity |
typedef unit::Prefixed<Amperes> quantity::electricCurrent::Ampere |
typedef unit::Prefixable<Unit, AmpereUnits> quantity::electricCurrent::Amperes |
typedef unit::NonPrefixable<Unit, AtomicUnit> quantity::electricCurrent::Atomic |
typedef unit::NonPrefixable<Unit, BiotUnit> quantity::electricCurrent::Biot |
typedef unit::NonPrefixable<Unit, GauUnit> quantity::electricCurrent::Gau |
typedef unit::Prefixed<Amperes, unit::Micro> quantity::electricCurrent::MicroAmpere |
typedef unit::Prefixed<Amperes, unit::Milli> quantity::electricCurrent::MilliAmpere |
typedef Quantity<Class> quantity::electricCurrent::Quantity |
Definition at line 76 of file ElectricCurrent.h.
typedef Loki::TL::Append<Amperes::Units, LOKI_TYPELIST_3(Gau, Biot, Atomic)>::Result quantity::electricCurrent::Units |