|
LRAUV
revA
|
This is the complete list of members for Timespan, including all inherited members.
| addFromMicros(const long long µs) | Timestamp | |
| addFromMillis(const long long &millis) | Timestamp | |
| asDouble() const | Timespan | virtual |
| asFloat() const | Timespan | virtual |
| asMicros() const | Timestamp | |
| asMillis() const | Timestamp | |
| asStructTm() const | Timestamp | |
| asTimeT() const | Timestamp | inline |
| Days(int day) | Timespan | inlinestatic |
| elapsed() const | Timestamp | |
| EPOCH_START_TIME | Timestamp | static |
| fromDouble(const double &seconds) | Timestamp | protected |
| fromIntegers(const int seconds, const unsigned int microseconds) | Timestamp | protected |
| fromIntegers(const int year, const int month, const int day, const int hour, const int minute, const int second) | Timestamp | protected |
| FromMicros(const long long µs) | Timespan | static |
| FromMillis(const long long &millis) | Timespan | static |
| fromString(const char *timeString) | Timestamp | protected |
| fromTimespec(const struct timespec *in) | Timestamp | |
| getTimeval() const | Timestamp | inline |
| Hours(int hour) | Timespan | inlinestatic |
| INVALID_TIMESPAN | Timespan | static |
| Milliseconds(float msec) | Timespan | inlinestatic |
| Minutes(int min) | Timespan | inlinestatic |
| NOT_SET_TIME | Timestamp | static |
| Now() | Timestamp | static |
| operator!=(const Timestamp &rhs) const | Timestamp | |
| operator+(const Timespan &rhs) const | Timestamp | |
| operator+=(const Timespan &rhs) | Timespan | |
| operator-(const Timespan &rhs) const | Timestamp | |
| operator-(const struct timeval &rhs) const | Timestamp | |
| operator-(const Timestamp &rhs) const | Timestamp | |
| operator-=(const Timespan &rhs) | Timespan | |
| operator-=(const struct timeval &rhs) | Timespan | |
| operator<(const Timestamp &rhs) const | Timestamp | |
| operator<=(const Timestamp &rhs) const | Timestamp | |
| operator=(const Timestamp &rhs) | Timestamp | |
| operator=(const double &seconds) | Timestamp | |
| operator=(const struct timeval &timeval) | Timestamp | |
| operator==(const Timestamp &rhs) const | Timestamp | |
| operator>(const Timestamp &rhs) const | Timestamp | |
| operator>=(const Timestamp &rhs) const | Timestamp | |
| round(int seconds) | Timestamp | |
| Seconds(double sec) | Timespan | inlinestatic |
| setDuration(const char *duration) | Timespan | |
| setToCurrentTime() | Timestamp | |
| setToMonoTime() | Timestamp | |
| sleepFor(void) const | Timespan | |
| sleepTill() | Timestamp | |
| Timespan(const double &seconds) | Timespan | |
| Timespan(const struct timeval &timeval) | Timespan | |
| Timespan(const Timespan ©Me=ZERO_TIMESPAN) | Timespan | |
| Timestamp(const double &seconds) | Timestamp | |
| Timestamp(const int seconds, const unsigned int microseconds) | Timestamp | |
| Timestamp(const int year, const int month, const int day, const int hour, const int minute, const int second) | Timestamp | |
| Timestamp(const struct timeval &timeval) | Timestamp | |
| Timestamp(const char *timeString) | Timestamp | |
| Timestamp(const Timestamp ©Me=NOT_SET_TIME) | Timestamp | |
| timeval_ | Timestamp | protected |
| TimevalFromIntegers(const int seconds, const unsigned int microseconds) | Timestamp | protectedstatic |
| TimevalFromMicros(const long long µs) | Timestamp | protectedstatic |
| TimevalFromMillis(const long long &millis) | Timestamp | protectedstatic |
| tm_hour | Timestamp | |
| tm_isdst | Timestamp | |
| tm_mday | Timestamp | |
| tm_min | Timestamp | |
| tm_mon | Timestamp | |
| tm_wday | Timestamp | |
| tm_yday | Timestamp | |
| tm_year | Timestamp | |
| toDateHourString() const | Timestamp | |
| toSmallerString() const | Timestamp | |
| toSmallString() const | Timestamp | |
| toString(char *buf, int buflen, int precision=3) const | Timespan | |
| toString(int precision=3) const | Timespan | |
| toTimespec(struct timespec *) const | Timestamp | |
| ZERO_TIMESPAN | Timespan | static |
| ~Timespan() | Timespan | inline |
| ~Timestamp() | Timestamp | inlinevirtual |