This is the complete list of members for TimeSpan, including all inherited members.
days() const | TimeSpan | |
deserialize(const std::string &str) | TimeSpan | static |
hours() const | TimeSpan | |
microseconds() const | TimeSpan | |
milliseconds() const | TimeSpan | |
minutes() const | TimeSpan | |
nanoseconds() const | TimeSpan | inline |
operator!=(const TimeSpan &other) const | TimeSpan | |
operator+=(const TimeSpan &other) | TimeSpan | |
operator-=(const TimeSpan &other) | TimeSpan | |
operator<(const TimeSpan &other) const | TimeSpan | |
operator=(const TimeSpan &other) | TimeSpan | |
operator==(const TimeSpan &other) const | TimeSpan | |
operator>(const TimeSpan &other) const | TimeSpan | |
seconds() const | TimeSpan | |
TimeSpan() | TimeSpan | |
TimeSpan(int hours, int minutes, int seconds, int nanoseconds=0) | TimeSpan | |
TimeSpan(int days, int hours, int minutes, int seconds, int nanoseconds) | TimeSpan | |
TimeSpan(long long totalSeconds, int nanoseconds) | TimeSpan | |
TimeSpan(const TimeSpan &other) | TimeSpan | |
toString(std::string &str, TimeSpanFormat format=TimeSpanFormats::SDHHMMSSnsec) const | TimeSpan | |
toString(TimeSpanFormat format=TimeSpanFormats::SDHHMMSSnsec) const | TimeSpan | inline |
totalSeconds() const | TimeSpan | inline |
Zero | TimeSpan | static |