|
| XTime (long sec, long usec) noexcept |
|
double | operator- (const XTime &x) const noexcept |
|
long | diff_usec (const XTime &x) const noexcept |
|
long | diff_msec (const XTime &x) const noexcept |
|
long | diff_sec (const XTime &x) const noexcept |
|
XTime & | operator+= (double sec_d) noexcept |
|
XTime & | operator-= (double sec) noexcept |
|
bool | operator== (const XTime &x) const noexcept |
|
bool | operator!= (const XTime &x) const noexcept |
|
bool | operator< (const XTime &x) const noexcept |
|
bool | operator<= (const XTime &x) const noexcept |
|
bool | operator> (const XTime &x) const noexcept |
|
bool | operator>= (const XTime &x) const noexcept |
|
bool | operator! () const noexcept |
|
| operator bool () const noexcept |
|
long | sec () const noexcept |
|
long | usec () const noexcept |
|
XString | getTimeStr (bool subsecond=true) const |
|
XString | getTimeFmtStr (const char *fmt, bool subsecond=true) const __attribute__((format(strftime |
|
|
static XTime | now () noexcept |
|
Definition at line 34 of file xtime.h.
The documentation for this class was generated from the following files: