|
|
constexpr | Dimension () noexcept |
| |
|
constexpr | Dimension (EDimension dimension) noexcept |
| |
|
std::string | name () const |
| |
|
std::string | symbol () const |
| |
|
A_CONSTEXPR_CXX14 bool | isBase () const noexcept |
| |
|
A_CONSTEXPR_CXX14 bool | isDerived () const noexcept |
| |
|
A_CONSTEXPR_CXX14 bool | isUnit () const noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension | pow (int n) const noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension | invert () const noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension | operator* (Dimension other) const noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | operator*= (Dimension other) noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension | operator/ (Dimension other) const noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | operator/= (Dimension other) noexcept |
| |
|
A_CONSTEXPR_CXX14 bool | operator== (Dimension other) const noexcept |
| |
|
A_CONSTEXPR_CXX14 bool | operator!= (Dimension other) const noexcept |
| |
|
A_CONSTEXPR_CXX14 bool | operator== (EDimension other) const noexcept |
| |
|
A_CONSTEXPR_CXX14 bool | operator!= (EDimension other) const noexcept |
| |
|
A_CONSTEXPR_CXX14 | operator EDimension () const noexcept |
| |
|
A_CONSTEXPR_CXX14 EDimension | value () const noexcept |
| |
|
A_CONSTEXPR_CXX14 int | getMass () const noexcept |
| |
|
A_CONSTEXPR_CXX14 int | getLength () const noexcept |
| |
|
A_CONSTEXPR_CXX14 int | getTime () const noexcept |
| |
|
A_CONSTEXPR_CXX14 int | getCurrent () const noexcept |
| |
|
A_CONSTEXPR_CXX14 int | getAngle () const noexcept |
| |
|
A_CONSTEXPR_CXX14 int | getTemperature () const noexcept |
| |
|
A_CONSTEXPR_CXX14 int | getAmount () const noexcept |
| |
|
A_CONSTEXPR_CXX14 int | getLuminous () const noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | setMass (int n) noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | setLength (int n) noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | setTime (int n) noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | setCurrent (int n) noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | setAngle (int n) noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | setTemperature (int n) noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | setAmount (int n) noexcept |
| |
|
A_CONSTEXPR_CXX14 Dimension & | setLuminous (int n) noexcept |
| |