#include "Quantities/Quantity/Variable.h"
#include "Quantities/Quantity/Constant.h"
#include "Quantities/Quantity/QuantityAggregates.h"
Go to the source code of this file.
Namespaces | |
namespace | quantity |
namespace | quantity::electricCharge |
Classes | |
struct | quantity::QuantityTraits< electricCharge::Class > |
the electricCharge quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< electricCharge::Class, electricCharge::DerivedElectricCharge > |
Typedefs | |
typedef unit::Prefixable< Unit, CoulombUnits > | quantity::electricCharge::Coulombs |
the Coulombs | |
typedef unit::Prefixed< Coulombs > | quantity::electricCharge::Coulomb |
the Coulomb | |
typedef unit::Prefixed < Coulombs, unit::Milli > | quantity::electricCharge::MilliCoulomb |
the MilliCoulomb | |
typedef unit::NonPrefixable < Unit, FranklinUnit > | quantity::electricCharge::Franklin |
the Franklin | |
typedef unit::NonPrefixable < Unit, EmuUnit > | quantity::electricCharge::Emu |
the emu charge unit | |
typedef unit::NonPrefixable < Unit, ProtonChargeUnit > | quantity::electricCharge::ProtonCharge |
the proton charge unit | |
typedef Loki::Typelist < Coulombs, Loki::Typelist < Franklin, Loki::Typelist < Emu, Loki::Typelist < ProtonCharge, Loki::NullType > > > > | quantity::electricCharge::Units |
list of all available electric charge units | |
typedef Coulomb | quantity::electricCharge::C |
typedef Quantity< Class > | quantity::electricCharge::Quantity |
typedef Variable < electricCharge::Quantity > | quantity::ElectricCharge |
the electric charge variable with default storage unit and storage type double | |
typedef Constant < electricCharge::Quantity > | quantity::ElectricChargeConstant |
the electric charge constant with default storage unit and storage type double | |
typedef VariableVector < QuantityVector < electricCharge::Class > > | quantity::ElectricChargeVector |
the electric charge variable vector with default storage unit and storage type double |
For details see ElectricCharge Quantity and Units
Definition in file ElectricCharge.h.