#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::amountOfSubstance |
Classes | |
struct | quantity::QuantityTraits< amountOfSubstance::Class > |
the amountOfSubstance quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< amountOfSubstance::Class, amountOfSubstance::DerivedAmountOfSubstance > |
Typedefs | |
typedef unit::Prefixable< Unit, MoleUnits > | quantity::amountOfSubstance::Moles |
the moles | |
typedef unit::Prefixed< Moles > | quantity::amountOfSubstance::Mole |
the mole | |
typedef unit::Prefixed< Moles, unit::Milli > | quantity::amountOfSubstance::MilliMole |
the millimole | |
typedef Loki::Typelist< Moles, Loki::NullType > | quantity::amountOfSubstance::Units |
list of all available amount of substance units | |
typedef Mole | quantity::amountOfSubstance::mol |
typedef MilliMole | quantity::amountOfSubstance::mmol |
typedef Quantity< Class > | quantity::amountOfSubstance::Quantity |
typedef Variable < amountOfSubstance::Quantity > | quantity::AmountOfSubstance |
the amount of substance variable with default storage unit and storage type double | |
typedef Constant < amountOfSubstance::Quantity > | quantity::AmountOfSubstanceConstant |
the amount of substance constant with default storage unit and storage type double | |
typedef VariableVector < QuantityVector < amountOfSubstance::Class > > | quantity::AmountOfSubstanceVector |
the amount of substance variable vector with default storage unit and storage type double |
For details see Amount of Substance Quantity and Units
Definition in file AmountOfSubstance.h.