Time Member List
This is the complete list of members for Time, including all inherited members.
Double() const | Time | |
Float() const | Time | |
FormatOption enum name | Time | |
FormattedString(FormatOption _start=FormatOption::DAYS, FormatOption _end=FormatOption::MILLISECONDS) const | Time | |
nsec | Time | |
operator!=(const Time &_time) const | Time | |
operator!=(double _time) const | Time | |
operator*(const struct timespec &_tv) const | Time | |
operator*(const Time &_time) const | Time | |
operator*=(const struct timespec &_tv) | Time | |
operator*=(const Time &_time) | Time | |
operator+(const Time &_time) const | Time | |
operator+=(const Time &_time) | Time | |
operator-(const struct timespec &_tv) const | Time | |
operator-(const Time &_time) const | Time | |
operator-=(const struct timespec &_tv) | Time | |
operator-=(const Time &_time) | Time | |
operator/(const Time &_time) const | Time | |
operator/=(const struct timespec &_tv) | Time | |
operator/=(const Time &time) | Time | |
operator<(const Time &_time) const | Time | |
operator<(double _time) const | Time | |
operator<<(std::ostream &_out, const ignition::common::Time &_time) | Time | friend |
operator<=(const Time &_time) const | Time | |
operator<=(double _time) const | Time | |
operator=(const Time &_time) | Time | |
operator==(const Time &_time) const | Time | |
operator==(double _time) const | Time | |
operator>(const struct timespec &_tv) const | Time | |
operator>(const Time &_time) const | Time | |
operator>(double _time) const | Time | |
operator>=(const Time &_time) const | Time | |
operator>=(const struct timespec &_tv) const | Time | |
operator>=(double _time) const | Time | |
operator>>(std::istream &_in, ignition::common::Time &_time) | Time | friend |
sec | Time | |
Set(int32_t _sec, int32_t _nsec) | Time | |
Set(double _seconds) | Time | |
Sleep(const common::Time &_time) | Time | static |
SystemTime() | Time | static |
Time() | Time | |
Time(const Time &_time) | Time | |
Time(const struct timespec &_tv) | Time | explicit |
Time(int32_t _sec, int32_t _nsec) | Time | |
Time(double _time) | Time | explicit |
Zero | Time | static |
~Time() | Time | virtual |