#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::empty |
Classes | |
| struct | quantity::Standard< empty::Unity, ST > |
| provide information for Unity standardization and exactness More... | |
| struct | quantity::QuantityTraits< empty::Class > |
| the empty quantity traits template More... | |
| struct | quantity::DerivedQuantityTraits< empty::Class, empty::DerivedEmpty > |
Typedefs | |
| typedef unit::NonPrefixable < Unit, EmptyUnit > | quantity::empty::Unity |
| the empty unity unit | |
| typedef Quantity< Class > | quantity::empty::Quantity |
| typedef Variable < empty::Quantity > | quantity::Empty |
| the empty variable with default storage unit and storage type double | |
| typedef Constant < empty::Quantity > | quantity::EmptyConstant |
| the empty constant with default storage unit and storage type double | |
| typedef QuantityVector < Variable, empty::Quantity > | quantity::EmptyVector |
| the empty variable vector with default storage unit and storage type double | |
Functions | |
| typedef | quantity::empty::LOKI_TYPELIST_1 (Unity) Units |
| list of all available empty units | |
For details see Empty Quantity and Units
Definition in file Empty.h.
1.5.3