|
World Ocean Simulation System (WOSS) library
|
This is the complete list of members for woss::PDouble, including all inherited members.
| getPrecision() const noexcept | woss::PDouble | inline |
| getValue() const noexcept | woss::PDouble | inline |
| operator double() const | woss::PDouble | inline |
| operator float() const | woss::PDouble | inline |
| operator int() const | woss::PDouble | inline |
| operator long double() const | woss::PDouble | inline |
| operator!=(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator%(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator%=(PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator*(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator*=(PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator+(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator+=(PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator-(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator-=(PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator/(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator/=(PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator<(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator<<(std::ostream &os, const PDouble &instance) | woss::PDouble | friend |
| operator<=(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator=(const PDouble ©) noexcept=default | woss::PDouble | |
| operator=(PDouble &&tmp) noexcept=default | woss::PDouble | |
| operator==(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator>(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator>=(const PDouble &left, const PDouble &right) | woss::PDouble | friend |
| operator>>(std::istream &is, PDouble &instance) | woss::PDouble | friend |
| PDouble(const long double input=0.0, const long double precision=PDOUBLE_DEFAULT_PRECISION) noexcept | woss::PDouble | inline |
| PDouble(const PDouble ©) noexcept=default | woss::PDouble | |
| PDouble(PDouble &&tmp) noexcept=default | woss::PDouble | |
| precision | woss::PDouble | protected |
| setPrecision(double value) noexcept | woss::PDouble | inline |
| value | woss::PDouble | protected |
| ~PDouble() noexcept=default | woss::PDouble |