C++ UTC Time Library
A class to hold UTC times, and associated functionality.
|
This is the complete list of members for utctime::UTCTime, including all inherited members.
get_tm() const | utctime::UTCTime | |
operator!=(const UTCTime &rhs) const | utctime::UTCTime | |
operator-(const UTCTime &rhs) const | utctime::UTCTime | |
operator<(const UTCTime &rhs) const | utctime::UTCTime | |
operator<=(const UTCTime &rhs) const | utctime::UTCTime | |
operator==(const UTCTime &rhs) const | utctime::UTCTime | |
operator>(const UTCTime &rhs) const | utctime::UTCTime | |
operator>=(const UTCTime &rhs) const | utctime::UTCTime | |
time_string() const | utctime::UTCTime | |
time_string_inet() const | utctime::UTCTime | |
timestamp() const | utctime::UTCTime | |
UTCTime() | utctime::UTCTime | explicit |
UTCTime(const std::tm &utc_tm) | utctime::UTCTime | explicit |
UTCTime(const int year, const int month, const int day, const int hour, const int minute, const int second) | utctime::UTCTime | explicit |