EpcTools
An event based multi-threaded C++ development framework.
|
This is the complete list of members for ETime, including all inherited members.
add(Int days, Int hrs, Int mins, Int secs, Int usecs) | ETime | inline |
add(const timeval &t) | ETime | inline |
day() | ETime | |
ETime() | ETime | inline |
ETime(const ETime &a) | ETime | inline |
ETime(Int sec, Int usec) | ETime | inline |
ETime(LongLong ms) | ETime | inline |
ETime(Int year, Int mon, Int day, Int hour, Int min, Int sec, Bool isLocal) | ETime | |
Format(EString &dest, cpStr fmt, Bool local) | ETime | |
Format(pStr dest, Int maxsize, cpStr fmt, Bool local) | ETime | |
Format(cpStr fmt, Bool local) | ETime | inline |
getCassandraTimestmap() | ETime | inline |
getNTPTime(ntp_time_t &ntp) const | ETime | |
getTimeVal() | ETime | inline |
hour() | ETime | |
isValid() | ETime | inline |
minute() | ETime | |
month() | ETime | |
Now() | ETime | static |
operator!=(const ETime &a) | ETime | inline |
operator+(const ETime &a) | ETime | inline |
operator+(const timeval &t) | ETime | inline |
operator-(const ETime &a) | ETime | inline |
operator-(const timeval &t) | ETime | inline |
operator<(const ETime &a) | ETime | inline |
operator<=(const ETime &a) | ETime | inline |
operator=(const ETime &a) | ETime | inline |
operator=(const timeval &a) | ETime | inline |
operator=(LongLong ms) | ETime | inline |
operator==(const ETime &a) | ETime | inline |
operator>(const ETime &a) | ETime | inline |
operator>=(const ETime &a) | ETime | inline |
ParseDateTime(cpStr pszDate, Bool isLocal=True) | ETime | |
second() | ETime | |
set(const timeval &a) | ETime | inline |
set(LongLong ms) | ETime | inline |
setNTPTime(const ntp_time_t &ntp) | ETime | |
subtract(Int days, Int hrs, Int mins, Int secs, Int usecs) | ETime | inline |
subtract(const timeval &t) | ETime | inline |
year() | ETime | |
~ETime() | ETime | inline |