|
LRAUV
revA
|
This is the complete list of members for Timestamp, including all inherited members.
| addFromMicros(const long long µs) | Timestamp | |
| addFromMillis(const long long &millis) | Timestamp | |
| asDouble() const | Timestamp | virtual |
| asFloat() const | Timestamp | virtual |
| asMicros() const | Timestamp | |
| asMillis() const | Timestamp | |
| asStructTm() const | Timestamp | |
| asTimeT() const | Timestamp | inline |
| 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) | Timestamp | static |
| FromMillis(const long long &millis) | Timestamp | static |
| fromString(const char *timeString) | Timestamp | protected |
| fromTimespec(const struct timespec *in) | Timestamp | |
| getTimeval() const | Timestamp | inline |
| NOT_SET_TIME | Timestamp | static |
| Now() | Timestamp | static |
| operator!=(const Timestamp &rhs) const | Timestamp | |
| operator+(const Timespan &rhs) const | Timestamp | |
| operator+=(const Timespan &rhs) | Timestamp | |
| operator-(const Timespan &rhs) const | Timestamp | |
| operator-(const struct timeval &rhs) const | Timestamp | |
| operator-(const Timestamp &rhs) const | Timestamp | |
| operator-=(const Timespan &rhs) | Timestamp | |
| 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 | |
| setToCurrentTime() | Timestamp | |
| setToMonoTime() | Timestamp | |
| sleepTill() | Timestamp | |
| 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 | Timestamp | |
| toString(int precision=3) const | Timestamp | |
| toTimespec(struct timespec *) const | Timestamp | |
| ~Timestamp() | Timestamp | inlinevirtual |