#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::length |
Classes | |
struct | quantity::Standard< length::Metres, ST > |
provide information for Metre standardization and exactness More... | |
struct | quantity::Standard< length::Bohr, ST > |
provide information for Bohr standardization and exactness More... | |
struct | quantity::Standard< length::Angstrom, ST > |
provide information for Angstrom standardization and exactness More... | |
struct | quantity::Standard< length::Micron, ST > |
provide information for Micron standardization and exactness More... | |
struct | quantity::Standard< length::MilliMicron, ST > |
provide information for MilliMicron standardization and exactness More... | |
struct | quantity::Standard< length::X, ST > |
provide information for X standardization and exactness More... | |
struct | quantity::Standard< length::Fermi, ST > |
provide information for Fermi standardization and exactness More... | |
struct | quantity::Standard< length::Inch, ST > |
provide information for Inch standardization and exactness More... | |
struct | quantity::Standard< length::Foot, ST > |
provide information for Foot standardization and exactness More... | |
struct | quantity::Standard< length::Yard, ST > |
provide information for Yard standardization and exactness More... | |
struct | quantity::Standard< length::Mile, ST > |
provide information for Mile standardization and exactness More... | |
struct | quantity::Standard< length::NauticalMile, ST > |
provide information for NauticalMile standardization and exactness More... | |
struct | quantity::Standard< length::Astronomical, ST > |
provide information for Astronomical standardization and exactness More... | |
struct | quantity::Standard< length::Parsec, ST > |
provide information for Parsec standardization and exactness More... | |
struct | quantity::Standard< length::LightYear, ST > |
provide information for LightYear standardization and exactness More... | |
struct | quantity::Standard< length::LightSecond, ST > |
provide information for LightSecond standardization and exactness More... | |
struct | quantity::QuantityTraits< length::Class > |
the length quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< length::Class, length::DerivedLength > |
Typedefs | |
typedef unit::Prefixable < Unit, MetreUnits > | quantity::length::Metres |
the metres | |
typedef unit::Prefixed < Metres > | quantity::length::Metre |
the metre | |
typedef unit::Prefixed < Metres, unit::Deci > | quantity::length::DeciMetre |
typedef unit::Prefixed < Metres, unit::Centi > | quantity::length::CentiMetre |
typedef unit::Prefixed < Metres, unit::Milli > | quantity::length::MilliMetre |
typedef unit::Prefixed < Metres, unit::Micro > | quantity::length::MicroMetre |
typedef unit::Prefixed < Metres, unit::Nano > | quantity::length::NanoMetre |
typedef unit::Prefixed < Metres, unit::Pico > | quantity::length::PicoMetre |
typedef unit::Prefixed < Metres, unit::Kilo > | quantity::length::KiloMetre |
typedef unit::NonPrefixable < Unit, BohrUnit > | quantity::length::Bohr |
the Bohr | |
typedef unit::NonPrefixable < Unit, AngstromUnit > | quantity::length::Angstrom |
the Angstrom | |
typedef unit::NonPrefixable < Unit, MicronUnit > | quantity::length::Micron |
the micron | |
typedef unit::NonPrefixable < Unit, MilliMicronUnit > | quantity::length::MilliMicron |
the millimicron | |
typedef unit::NonPrefixable < Unit, XUnit > | quantity::length::X |
the X | |
typedef unit::NonPrefixable < Unit, FermiUnit > | quantity::length::Fermi |
the Fermi | |
typedef unit::NonPrefixable < Unit, InchUnit > | quantity::length::Inch |
the inch | |
typedef unit::NonPrefixable < Unit, FootUnit > | quantity::length::Foot |
the foot | |
typedef unit::NonPrefixable < Unit, YardUnit > | quantity::length::Yard |
the yard | |
typedef unit::NonPrefixable < Unit, MileUnit > | quantity::length::Mile |
the mile | |
typedef unit::NonPrefixable < Unit, NauticalMileUnit > | quantity::length::NauticalMile |
the nautical mile | |
typedef unit::NonPrefixable < Unit, AstronomicalUnit > | quantity::length::Astronomical |
the astronomical unit | |
typedef unit::NonPrefixable < Unit, ParsecUnit > | quantity::length::Parsec |
the parsec | |
typedef unit::NonPrefixable < Unit, LightYearUnit > | quantity::length::LightYear |
the lightyear | |
typedef unit::NonPrefixable < Unit, LightSecondUnit > | quantity::length::LightSecond |
the Lightsecond | |
typedef Loki::TL::Append < Metres::Units, LOKI_TYPELIST_15(Bohr, Angstrom, Micron, MilliMicron, X, Fermi, Inch, Foot, Yard, Mile, NauticalMile, Astronomical, Parsec, LightYear, LightSecond)> ::Result | quantity::length::Units |
list of all available length units | |
typedef Metre | quantity::length::m |
typedef MilliMetre | quantity::length::mm |
typedef KiloMetre | quantity::length::km |
typedef CentiMetre | quantity::length::cm |
typedef Quantity< Class > | quantity::length::Quantity |
typedef quantity::Quantity < Class, int > | quantity::length::IntQuantity |
typedef Variable < length::Quantity > | quantity::Length |
the length variable with default storage unit and storage type double | |
typedef Variable < length::IntQuantity > | quantity::IntLength |
the length variable with default storage unit and storage type int | |
typedef Constant < length::Quantity > | quantity::LengthConstant |
the length constant with default storage unit and storage type double | |
typedef QuantityVector < Variable, length::Quantity > | quantity::LengthVector |
the length variable vector with default storage unit and storage type double |
for details, see Length Quantity and Units
Definition in file Length.h.