#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::empty |
Classes | |
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 Loki::Typelist< Unity, Loki::NullType > | quantity::empty::Units |
list of all available empty units | |
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 VariableVector < QuantityVector< empty::Class > > | quantity::EmptyVector |
the empty variable vector with default storage unit and storage type double |
For details see The Empty Quantity
Definition in file Empty.h.