#include "Quantities/Quantity/Variable.h"
#include "Quantities/Quantity/Constant.h"
#include "Quantities/Quantity/QuantityAggregates.h"
#include "Quantities/PhysicalQuantities/Time.h"


Go to the source code of this file.
Namespaces | |
| namespace | quantity |
| namespace | quantity::firstOrderRateConstant |
Classes | |
| struct | quantity::QuantityTraits< firstOrderRateConstant::Class > |
| the first-order rate constant quantity traits template More... | |
| struct | quantity::DerivedQuantityTraits< firstOrderRateConstant::Class, firstOrderRateConstant::DerivedFirstOrderRateConstant > |
Typedefs | |
| typedef unit::Component < time::Units, BSUtilities::Rational<-1 > > | quantity::firstOrderRateConstant::TimeComponent |
| typedef unit::ComposeBase < Unit, Loki::Typelist < TimeComponent, Loki::NullType > > | quantity::firstOrderRateConstant::FirstOrderRateConstantComposedUnit |
| typedef unit::Composed < FirstOrderRateConstantComposedUnit, Loki::Typelist< time::Minute, Loki::NullType > > | quantity::firstOrderRateConstant::OnePerMinute |
| typedef unit::Composed < FirstOrderRateConstantComposedUnit, Loki::Typelist< time::Second, Loki::NullType > > | quantity::firstOrderRateConstant::OnePerSecond |
| typedef unit::Composed < FirstOrderRateConstantComposedUnit, Loki::Typelist < time::MilliSecond, Loki::NullType > > | quantity::firstOrderRateConstant::OnePerMilliSecond |
| typedef Loki::Typelist < FirstOrderRateConstantComposedUnit, Loki::NullType > | quantity::firstOrderRateConstant::Units |
| list of all available FirstOrderRateConstant units | |
| typedef Quantity< Class > | quantity::firstOrderRateConstant::Quantity |
| typedef Variable < firstOrderRateConstant::Quantity > | quantity::FirstOrderRateConstant |
| the first-order rate constant variable with default storage unit and storage type double | |
| typedef Constant < firstOrderRateConstant::Quantity > | quantity::FirstOrderRateConstantConstant |
| the first-order rate constant constant with default storage unit and storage type double | |
| typedef VariableVector < QuantityVector < firstOrderRateConstant::Class > > | quantity::FirstOrderRateConstantVector |
| the first-order rate constant variable vector with default storage unit and storage type double | |
Functions | |
| typedef | quantity::firstOrderRateConstant::LOKI_TYPELIST_3 (time::Minute, time::Second, time::MilliSecond) TimeList |
| time compose element for FirstOrderRateConstant units | |
For details see First-Order Rate Constant Quantity and Units
Definition in file FirstOrderRateConstant.h.
1.5.6