#include "Quantity/Variable.h"
#include "Quantity/Constant.h"
#include "Quantity/QuantityCluster.h"
#include "PhysicalQuantities/Length.h"
Go to the source code of this file.
Namespaces | |
| namespace | quantity |
| namespace | quantity::area |
Classes | |
| struct | quantity::Standard< area::SquareMetreUnits, ST > |
| provide information for SquareMetreUnits standardization and exactness More... | |
| struct | quantity::Standard< area::Barn, ST > |
| provide information for Barn standardization and exactness More... | |
| struct | quantity::Standard< area::Acre, ST > |
| provide information for Acre standardization and exactness More... | |
| struct | quantity::Standard< area::Are, ST > |
| provide information for Are standardization and exactness More... | |
| struct | quantity::Standard< area::Hectare, ST > |
| provide information for Hectare standardization and exactness More... | |
| struct | quantity::QuantityTraits< area::Class > |
| the area quantity traits template More... | |
| struct | quantity::DerivedQuantityTraits< area::Class, area::DerivedArea > |
Typedefs | |
| typedef unit::ComposeElement < Unit, LengthList, BSUtilities::Rational< 2 > > | quantity::area::LengthElement |
| length compose element for Area square metre units | |
| typedef unit::ComposeBase < Unit, AreaCompositeList > | quantity::area::SquareMetreUnits |
| typedef unit::Composed < SquareMetreUnits, LOKI_TYPELIST_1(length::Metre)> | quantity::area::SquareMetre |
| typedef unit::Composed < SquareMetreUnits, LOKI_TYPELIST_1(length::CentiMetre)> | quantity::area::SquareCentiMetre |
| typedef unit::Composed < SquareMetreUnits, LOKI_TYPELIST_1(length::MilliMetre)> | 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 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 QuantityVector < Variable, area::Quantity > | quantity::AreaVector |
| the area variable vectorwith default storage unit and storage type double | |
Functions | |
| typedef | quantity::area::LOKI_TYPELIST_3 (length::Metre, length::CentiMetre, length::MilliMetre) LengthList |
| typedef | quantity::area::LOKI_TYPELIST_1 (LengthElement) AreaCompositeList |
| typedef | quantity::area::LOKI_TYPELIST_7 (SquareMetre, SquareCentiMetre, SquareMilliMetre, Barn, Acre, Are, Hectare) Units |
| list of all available area units | |
For details see Area Quantity and Units
Definition in file Area.h.
1.5.3