#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::pureNumber |
Classes | |
struct | quantity::QuantityTraits< pureNumber::Class > |
the pure number quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< pureNumber::Class, pureNumber::DerivedPureNumber > |
Typedefs | |
typedef unit::NonPrefixable < Unit, UnityUnit > | quantity::pureNumber::Unity |
the unity unit | |
typedef Loki::Typelist< Unity, Loki::NullType > | quantity::pureNumber::Units |
typedef Quantity< Class > | quantity::pureNumber::Quantity |
typedef Variable < pureNumber::Quantity > | quantity::PureNumber |
the pure number variable with default storage unit and storage type double | |
typedef Constant < pureNumber::Quantity > | quantity::PureNumberConstant |
the pure number constant with default storage unit and storage type double | |
typedef VariableVector < QuantityVector < pureNumber::Class > > | quantity::PureNumberVector |
the pure number variable vector with default storage unit and storage type double |
For details see Pure Number Quantity and Units
Definition in file PureNumber.h.