#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::electricCharge |
Classes | |
struct | quantity::Standard< electricCharge::Coulombs, ST > |
provide information for Coulomb standardization and exactness More... | |
struct | quantity::Standard< electricCharge::Franklin, ST > |
provide information for Franklin standardization and exactness More... | |
struct | quantity::Standard< electricCharge::Emu, ST > |
provide information for Emu standardization and exactness More... | |
struct | quantity::Standard< electricCharge::ProtonCharge, ST > |
provide information for ProtonCharge standardization and exactness More... | |
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::TL::Append < Coulombs::Units, LOKI_TYPELIST_3(Franklin, Emu, ProtonCharge)> ::Result | 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 QuantityVector < Variable, electricCharge::Quantity > | 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.