#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::pureNumber |
Classes | |
struct | quantity::Standard< pureNumber::Unity, ST > |
provide information for Unity standardization and exactness More... | |
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 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 QuantityVector < Variable, pureNumber::Quantity > | quantity::PureNumberVector |
the pure number variable vector with default storage unit and storage type double | |
Functions | |
typedef | quantity::pureNumber::LOKI_TYPELIST_1 (Unity) Units |
For details see Pure Number Quantity and Units
Definition in file PureNumber.h.