|
Thunderbots Project
|
This is the complete list of members for Duration, including all inherited members.
| Duration() | Duration | |
| EPSILON (defined in Time) | Time | static |
| fromMilliseconds(double milliseconds) | Duration | static |
| fromSeconds(double seconds) | Duration | static |
| operator!=(const Duration &other) const | Duration | |
| operator+(const Duration &duration) const | Duration | |
| operator+=(const Duration &duration) | Duration | |
| operator-(const Duration &duration) const | Duration | |
| operator-=(const Duration &duration) | Duration | |
| operator<(const Duration &other) const | Duration | |
| operator<< | Duration | friend |
| operator<=(const Duration &other) const | Duration | |
| operator==(const Duration &other) const | Duration | |
| operator>(const Duration &other) const | Duration | |
| operator>=(const Duration &other) const | Duration | |
| Time() | Time | |
| Time(double time_seconds) | Time | explicitprotected |
| time_in_seconds (defined in Time) | Time | protected |
| toMilliseconds() const | Time | |
| toSeconds() const | Time | |
| ~Time()=0 | Time | pure virtual |