Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
decl.hpp File Reference

Units module declarations. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  flecs::units
 Units module. More...
 
struct  flecs::units::Prefixes
 Prefixes scope. More...
 
struct  flecs::units::Yocto
 Yocto prefix (10^-24). More...
 
struct  flecs::units::Zepto
 Zepto prefix (10^-21). More...
 
struct  flecs::units::Atto
 Atto prefix (10^-18). More...
 
struct  flecs::units::Femto
 Femto prefix (10^-15). More...
 
struct  flecs::units::Pico
 Pico prefix (10^-12). More...
 
struct  flecs::units::Nano
 Nano prefix (10^-9). More...
 
struct  flecs::units::Micro
 Micro prefix (10^-6). More...
 
struct  flecs::units::Milli
 Milli prefix (10^-3). More...
 
struct  flecs::units::Centi
 Centi prefix (10^-2). More...
 
struct  flecs::units::Deci
 Deci prefix (10^-1). More...
 
struct  flecs::units::Deca
 Deca prefix (10^1). More...
 
struct  flecs::units::Hecto
 Hecto prefix (10^2). More...
 
struct  flecs::units::Kilo
 Kilo prefix (10^3). More...
 
struct  flecs::units::Mega
 Mega prefix (10^6). More...
 
struct  flecs::units::Giga
 Giga prefix (10^9). More...
 
struct  flecs::units::Tera
 Tera prefix (10^12). More...
 
struct  flecs::units::Peta
 Peta prefix (10^15). More...
 
struct  flecs::units::Exa
 Exa prefix (10^18). More...
 
struct  flecs::units::Zetta
 Zetta prefix (10^21). More...
 
struct  flecs::units::Yotta
 Yotta prefix (10^24). More...
 
struct  flecs::units::Kibi
 Kibi prefix (2^10). More...
 
struct  flecs::units::Mebi
 Mebi prefix (2^20). More...
 
struct  flecs::units::Gibi
 Gibi prefix (2^30). More...
 
struct  flecs::units::Tebi
 Tebi prefix (2^40). More...
 
struct  flecs::units::Pebi
 Pebi prefix (2^50). More...
 
struct  flecs::units::Exbi
 Exbi prefix (2^60). More...
 
struct  flecs::units::Zebi
 Zebi prefix (2^70). More...
 
struct  flecs::units::Yobi
 Yobi prefix (2^80). More...
 
struct  flecs::units::Duration
 Duration quantity. More...
 
struct  flecs::units::Time
 Time quantity. More...
 
struct  flecs::units::Mass
 Mass quantity. More...
 
struct  flecs::units::ElectricCurrent
 Electric current quantity. More...
 
struct  flecs::units::LuminousIntensity
 Luminous intensity quantity. More...
 
struct  flecs::units::Force
 Force quantity. More...
 
struct  flecs::units::Amount
 Amount quantity. More...
 
struct  flecs::units::Length
 Length quantity. More...
 
struct  flecs::units::Pressure
 Pressure quantity. More...
 
struct  flecs::units::Speed
 Speed quantity. More...
 
struct  flecs::units::Temperature
 Temperature quantity. More...
 
struct  flecs::units::Data
 Data quantity. More...
 
struct  flecs::units::DataRate
 Data rate quantity. More...
 
struct  flecs::units::Angle
 Angle quantity. More...
 
struct  flecs::units::Frequency
 Frequency quantity. More...
 
struct  flecs::units::Uri
 URI quantity. More...
 
struct  flecs::units::Color
 Color quantity. More...
 
struct  flecs::units::duration
 Duration units. More...
 
struct  flecs::units::duration::PicoSeconds
 PicoSeconds unit. More...
 
struct  flecs::units::duration::NanoSeconds
 NanoSeconds unit. More...
 
struct  flecs::units::duration::MicroSeconds
 MicroSeconds unit. More...
 
struct  flecs::units::duration::MilliSeconds
 MilliSeconds unit. More...
 
struct  flecs::units::duration::Seconds
 Seconds unit. More...
 
struct  flecs::units::duration::Minutes
 Minutes unit. More...
 
struct  flecs::units::duration::Hours
 Hours unit. More...
 
struct  flecs::units::duration::Days
 Days unit. More...
 
struct  flecs::units::angle
 Angle units. More...
 
struct  flecs::units::angle::Radians
 Radians unit. More...
 
struct  flecs::units::angle::Degrees
 Degrees unit. More...
 
struct  flecs::units::time
 Time units. More...
 
struct  flecs::units::time::Date
 Date unit. More...
 
struct  flecs::units::mass
 Mass units. More...
 
struct  flecs::units::mass::Grams
 Grams unit. More...
 
struct  flecs::units::mass::KiloGrams
 KiloGrams unit. More...
 
struct  flecs::units::electric_current
 Electric current units. More...
 
struct  flecs::units::electric_current::Ampere
 Ampere unit. More...
 
struct  flecs::units::amount
 Amount units. More...
 
struct  flecs::units::amount::Mole
 Mole unit. More...
 
struct  flecs::units::luminous_intensity
 Luminous intensity units. More...
 
struct  flecs::units::luminous_intensity::Candela
 Candela unit. More...
 
struct  flecs::units::force
 Force units. More...
 
struct  flecs::units::force::Newton
 Newton unit. More...
 
struct  flecs::units::length
 Length units. More...
 
struct  flecs::units::length::Meters
 Meters unit. More...
 
struct  flecs::units::length::PicoMeters
 PicoMeters unit. More...
 
struct  flecs::units::length::NanoMeters
 NanoMeters unit. More...
 
struct  flecs::units::length::MicroMeters
 MicroMeters unit. More...
 
struct  flecs::units::length::MilliMeters
 MilliMeters unit. More...
 
struct  flecs::units::length::CentiMeters
 CentiMeters unit. More...
 
struct  flecs::units::length::KiloMeters
 KiloMeters unit. More...
 
struct  flecs::units::length::Miles
 Miles unit. More...
 
struct  flecs::units::length::Pixels
 Pixels unit. More...
 
struct  flecs::units::pressure
 Pressure units. More...
 
struct  flecs::units::pressure::Pascal
 Pascal unit. More...
 
struct  flecs::units::pressure::Bar
 Bar unit. More...
 
struct  flecs::units::speed
 Speed units. More...
 
struct  flecs::units::speed::MetersPerSecond
 MetersPerSecond unit. More...
 
struct  flecs::units::speed::KiloMetersPerSecond
 KiloMetersPerSecond unit. More...
 
struct  flecs::units::speed::KiloMetersPerHour
 KiloMetersPerHour unit. More...
 
struct  flecs::units::speed::MilesPerHour
 MilesPerHour unit. More...
 
struct  flecs::units::temperature
 Temperature units. More...
 
struct  flecs::units::temperature::Kelvin
 Kelvin unit. More...
 
struct  flecs::units::temperature::Celsius
 Celsius unit. More...
 
struct  flecs::units::temperature::Fahrenheit
 Fahrenheit unit. More...
 
struct  flecs::units::data
 Data units. More...
 
struct  flecs::units::data::Bits
 Bits unit. More...
 
struct  flecs::units::data::KiloBits
 KiloBits unit. More...
 
struct  flecs::units::data::MegaBits
 MegaBits unit. More...
 
struct  flecs::units::data::GigaBits
 GigaBits unit. More...
 
struct  flecs::units::data::Bytes
 Bytes unit. More...
 
struct  flecs::units::data::KiloBytes
 KiloBytes unit. More...
 
struct  flecs::units::data::MegaBytes
 MegaBytes unit. More...
 
struct  flecs::units::data::GigaBytes
 GigaBytes unit. More...
 
struct  flecs::units::data::KibiBytes
 KibiBytes unit. More...
 
struct  flecs::units::data::MebiBytes
 MebiBytes unit. More...
 
struct  flecs::units::data::GibiBytes
 GibiBytes unit. More...
 
struct  flecs::units::datarate
 Data rate units. More...
 
struct  flecs::units::datarate::BitsPerSecond
 BitsPerSecond unit. More...
 
struct  flecs::units::datarate::KiloBitsPerSecond
 KiloBitsPerSecond unit. More...
 
struct  flecs::units::datarate::MegaBitsPerSecond
 MegaBitsPerSecond unit. More...
 
struct  flecs::units::datarate::GigaBitsPerSecond
 GigaBitsPerSecond unit. More...
 
struct  flecs::units::datarate::BytesPerSecond
 BytesPerSecond unit. More...
 
struct  flecs::units::datarate::KiloBytesPerSecond
 KiloBytesPerSecond unit. More...
 
struct  flecs::units::datarate::MegaBytesPerSecond
 MegaBytesPerSecond unit. More...
 
struct  flecs::units::datarate::GigaBytesPerSecond
 GigaBytesPerSecond unit. More...
 
struct  flecs::units::frequency
 Frequency units. More...
 
struct  flecs::units::frequency::Hertz
 Hertz unit. More...
 
struct  flecs::units::frequency::KiloHertz
 KiloHertz unit. More...
 
struct  flecs::units::frequency::MegaHertz
 MegaHertz unit. More...
 
struct  flecs::units::frequency::GigaHertz
 GigaHertz unit. More...
 
struct  flecs::units::uri
 URI units. More...
 
struct  flecs::units::uri::Hyperlink
 Hyperlink unit. More...
 
struct  flecs::units::uri::Image
 Image unit. More...
 
struct  flecs::units::uri::File
 File unit. More...
 
struct  flecs::units::color
 Color units. More...
 
struct  flecs::units::color::Rgb
 RGB color unit. More...
 
struct  flecs::units::color::Hsl
 HSL color unit. More...
 
struct  flecs::units::color::Css
 CSS color unit. More...
 
struct  flecs::units::Percentage
 Percentage unit. More...
 
struct  flecs::units::Bel
 Bel unit. More...
 
struct  flecs::units::DeciBel
 DeciBel unit. More...
 

Detailed Description

Units module declarations.

Definition in file decl.hpp.