|
|
This is the complete list of members for Duration, including all inherited members.
| _microSeconds | Duration | protected |
| Days(std::int64_t days) | Duration | static |
| DaysDouble(double days) | Duration | static |
| Duration() | Duration | |
| Duration(std::int64_t microSeconds) | Duration | protected |
| Hours(std::int64_t hours) | Duration | static |
| HoursDouble(double hours) | Duration | static |
| isPositive() const | Duration | |
| isZero() const | Duration | |
| MicroSeconds(std::int64_t microSeconds) | Duration | static |
| MicroSecondsDouble(double microSeconds) | Duration | static |
| MilliSeconds(std::int64_t milliSeconds) | Duration | static |
| MilliSecondsDouble(double milliSeconds) | Duration | static |
| Minutes(std::int64_t minutes) | Duration | static |
| MinutesDouble(double minutes) | Duration | static |
| operator!=(const Duration &rhs) const | Duration | |
| operator*(double rhs) const | Duration | |
| operator*(int rhs) const | Duration | |
| operator*(std::int64_t rhs) const | Duration | |
| operator*=(double rhs) | Duration | |
| operator*=(int rhs) | Duration | |
| operator*=(std::int64_t rhs) | Duration | |
| operator+(const Duration &rhs) const | Duration | |
| operator+=(const Duration &rhs) | Duration | |
| operator-() const | Duration | |
| operator-(const Duration &rhs) const | Duration | |
| operator-=(const Duration &rhs) | Duration | |
| operator/(const Duration &rhs) const | Duration | |
| operator/(double rhs) const | Duration | |
| operator/(int rhs) const | Duration | |
| operator/(std::int64_t rhs) const | Duration | |
| operator/=(double rhs) | Duration | |
| operator/=(int rhs) | Duration | |
| operator/=(std::int64_t rhs) | Duration | |
| operator<(const Duration &rhs) const | Duration | |
| operator<=(const Duration &rhs) const | Duration | |
| operator==(const Duration &rhs) const | Duration | |
| operator>(const Duration &rhs) const | Duration | |
| operator>=(const Duration &rhs) const | Duration | |
| Seconds(std::int64_t seconds) | Duration | static |
| SecondsDouble(double seconds) | Duration | static |
| toDays() const | Duration | |
| toDaysDouble() const | Duration | |
| toDurationString() const | Duration | |
| toDurationString(const std::string &format) const | Duration | |
| toHours() const | Duration | |
| toHoursDouble() const | Duration | |
| toMicroSeconds() const | Duration | |
| toMicroSecondsDouble() const | Duration | |
| toMilliSeconds() const | Duration | |
| toMilliSecondsDouble() const | Duration | |
| toMinutes() const | Duration | |
| toMinutesDouble() const | Duration | |
| toSeconds() const | Duration | |
| toSecondsDouble() const | Duration |