#include "Quantity/Unit.h"
#include "Quantity/Quantity.h"
#include "loki/Typelist.h"
#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | quantity |
| namespace | unit |
Classes | |
| class | unit::NonPrefixable< GenericUnitBase< DIM >, GenericUnit > |
| a unit to be used with Generic quantities More... | |
| struct | quantity::Standard< unit::NonPrefixable< unit::GenericUnitBase< DIM >, unit::GenericUnit >, ST > |
| standardization in quantity with generic unit More... | |
| struct | quantity::DerivedQuantityTraits< GenericClass< DIM >, DerivedGenericClass< DIM > > |
| the generic derived quantity traits template More... | |
| struct | quantity::QuantityTraits< GenericClass< DIM > > |
| the generic quantity traits template More... | |
| class | quantity::Quantity< GenericClass< DIM >, ST > |
| the generic quantity More... | |
| struct | quantity::convertValue< M< Quantity< GenericClass< DIM >, ST >, DerivedQuantity< GenericClass< DIM >, SU, DQT > >, SM< Quantity< SQT, SST >, DerivedQuantity< SQT, SSU, SDQT > > > |
| convert a value from any source quantity to a generated target variable object More... | |
Definition in file Generic.h.
1.5.3