#include "Quantity/Variable.h"
#include "Quantity/Constant.h"
#include "Quantity/QuantityCluster.h"
Go to the source code of this file.
Namespaces | |
| namespace | quantity |
| namespace | quantity::electricCurrent |
Classes | |
| struct | quantity::Standard< electricCurrent::Amperes, ST > |
| provide information for Ampere standardization and exactness More... | |
| struct | quantity::Standard< electricCurrent::Gau, ST > |
| provide information for Gau standardization and exactness More... | |
| struct | quantity::Standard< electricCurrent::Biot, ST > |
| provide information for Biot standardization and exactness More... | |
| struct | quantity::Standard< electricCurrent::Atomic, ST > |
| provide information for Atomic standardization and exactness More... | |
| struct | quantity::QuantityTraits< electricCurrent::Class > |
| the electric current quantity traits template More... | |
| struct | quantity::DerivedQuantityTraits< electricCurrent::Class, electricCurrent::DerivedElectricCurrent > |
Typedefs | |
| typedef unit::Prefixable < Unit, AmpereUnits > | quantity::electricCurrent::Amperes |
| the Amperes | |
| typedef unit::Prefixed < Amperes > | quantity::electricCurrent::Ampere |
| the Ampere | |
| typedef unit::Prefixed < Amperes, unit::Milli > | quantity::electricCurrent::MilliAmpere |
| the MilliAmpere | |
| typedef unit::Prefixed < Amperes, unit::Micro > | quantity::electricCurrent::MicroAmpere |
| the MicroAmpere | |
| typedef unit::NonPrefixable < Unit, GauUnit > | quantity::electricCurrent::Gau |
| the Gau | |
| typedef unit::NonPrefixable < Unit, BiotUnit > | quantity::electricCurrent::Biot |
| the Biot | |
| typedef unit::NonPrefixable < Unit, AtomicUnit > | quantity::electricCurrent::Atomic |
| the atomic unit of electric current | |
| typedef Loki::TL::Append < Amperes::Units, LOKI_TYPELIST_3(Gau, Biot, Atomic)> ::Result | quantity::electricCurrent::Units |
| list of all available electric current units | |
| typedef Quantity< Class > | quantity::electricCurrent::Quantity |
| typedef Variable < electricCurrent::Quantity > | quantity::ElectricCurrent |
| the electric current variable with default storage unit and storage type double | |
| typedef Constant < electricCurrent::Quantity > | quantity::ElectricCurrentConstant |
| the electric current constant with default storage unit and storage type double | |
| typedef QuantityVector < Variable, electricCurrent::Quantity > | quantity::ElectricCurrentVector |
| the electric current variable vectorwith default storage unit and storage type double | |
For details see ElectricCurrent Quantity and Units
Definition in file ElectricCurrent.h.
1.5.3