#include "Quantities/Quantity/Variable.h"
#include "Quantities/Quantity/Constant.h"
#include "Quantities/Quantity/QuantityAggregates.h"
#include "Quantities/PhysicalQuantities/Length.h"
Go to the source code of this file.
Namespaces | |
namespace | quantity |
namespace | quantity::area |
Classes | |
struct | quantity::QuantityTraits< area::Class > |
the area quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< area::Class, area::DerivedArea > |
Typedefs | |
typedef unit::Component < length::Units, BSUtilities::Rational< 2 > > | quantity::area::LengthComponent |
length component for Area square metre units | |
typedef unit::ComposeBase < Unit, Loki::Typelist < LengthComponent, Loki::NullType > > | quantity::area::SquareMetreUnit |
typedef unit::Composed < SquareMetreUnit, Loki::Typelist< length::Metre, Loki::NullType > > | quantity::area::SquareMetre |
typedef unit::Composed < SquareMetreUnit, Loki::Typelist < length::CentiMetre, Loki::NullType > > | quantity::area::SquareCentiMetre |
typedef unit::Composed < SquareMetreUnit, Loki::Typelist < length::MilliMetre, Loki::NullType > > | quantity::area::SquareMilliMetre |
typedef unit::NonPrefixable < Unit, BarnUnit > | quantity::area::Barn |
the Barn | |
typedef unit::NonPrefixable < Unit, AcreUnit > | quantity::area::Acre |
the Acre | |
typedef unit::NonPrefixable < Unit, AreUnit > | quantity::area::Are |
the Are | |
typedef unit::NonPrefixable < Unit, HectareUnit > | quantity::area::Hectare |
the Hectare | |
typedef Loki::Typelist < SquareMetreUnit, Loki::Typelist< Barn, Loki::Typelist< Acre, Loki::Typelist< Are, Loki::Typelist< Hectare, Loki::NullType > > > > > | quantity::area::Units |
list of all available area units | |
typedef Quantity< Class > | quantity::area::Quantity |
typedef Variable< area::Quantity > | quantity::Area |
the area variable with default storage unit and storage type double | |
typedef Constant< area::Quantity > | quantity::AreaConstant |
the area constant with default storage unit and storage type double | |
typedef VariableVector < QuantityVector< area::Class > > | quantity::AreaVector |
the area variable vectorwith default storage unit and storage type double |
For details see Area Quantity and Units
Definition in file Area.h.