|
| constexpr | RQuantity () |
| |
| constexpr | RQuantity (double val) |
| |
| constexpr | RQuantity (long double val) |
| |
| constexpr RQuantity const & | operator+= (const RQuantity &rhs) |
| |
| constexpr RQuantity const & | operator-= (const RQuantity &rhs) |
| |
| constexpr RQuantity | operator- () |
| |
| constexpr RQuantity const & | operator*= (const double rhs) |
| |
| constexpr RQuantity const & | operator/= (const double rhs) |
| |
| constexpr double | convert (const RQuantity &rhs) const |
| |
| constexpr double | getValue () const |
| |
| constexpr RQuantity< MassDim, LengthDim, TimeDim, AngleDim > | abs () const |
| |
| constexpr RQuantity< std::ratio_divide< MassDim, std::ratio< 2 > >, std::ratio_divide< LengthDim, std::ratio< 2 > >, std::ratio_divide< TimeDim, std::ratio< 2 > >, std::ratio_divide< AngleDim, std::ratio< 2 > > > | sqrt () const |
| |
template<typename MassDim, typename LengthDim, typename TimeDim, typename AngleDim>
class okapi::RQuantity< MassDim, LengthDim, TimeDim, AngleDim >
Definition at line 17 of file RQuantity.hpp.