CppCommon
1.0.4.1
C++ Common Library
|
This is the complete list of members for CppCommon::Time, including all inherited members.
_day | CppCommon::Time | protected |
_hour | CppCommon::Time | protected |
_microsecond | CppCommon::Time | protected |
_millisecond | CppCommon::Time | protected |
_minute | CppCommon::Time | protected |
_month | CppCommon::Time | protected |
_nanosecond | CppCommon::Time | protected |
_second | CppCommon::Time | protected |
_weekday | CppCommon::Time | protected |
_year | CppCommon::Time | protected |
chrono() const | CppCommon::Time | inline |
day() const noexcept | CppCommon::Time | inline |
epoch() | CppCommon::Time | inlinestatic |
hour() const noexcept | CppCommon::Time | inline |
localstamp() const | CppCommon::Time | |
microsecond() const noexcept | CppCommon::Time | inline |
millisecond() const noexcept | CppCommon::Time | inline |
minute() const noexcept | CppCommon::Time | inline |
month() const noexcept | CppCommon::Time | inline |
nanosecond() const noexcept | CppCommon::Time | inline |
operator!=(const Time &time, const Timestamp ×tamp) | CppCommon::Time | friend |
operator!=(const Timestamp ×tamp, const Time &time) | CppCommon::Time | friend |
operator!=(const Time &time1, const Time &time2) noexcept | CppCommon::Time | friend |
operator+(const Time &time, const Timespan &offset) | CppCommon::Time | friend |
operator+(const Timespan &offset, const Time &time) | CppCommon::Time | friend |
operator+=(const Timespan &offset) | CppCommon::Time | inline |
operator-(const Time &time, const Timespan &offset) | CppCommon::Time | friend |
operator-(const Timespan &offset, const Time &time) | CppCommon::Time | friend |
operator-(const Time &time1, const Time &time2) | CppCommon::Time | friend |
operator-=(const Timespan &offset) | CppCommon::Time | inline |
operator<(const Time &time, const Timestamp ×tamp) | CppCommon::Time | friend |
operator<(const Timestamp ×tamp, const Time &time) | CppCommon::Time | friend |
operator<(const Time &time1, const Time &time2) noexcept | CppCommon::Time | friend |
operator<=(const Time &time, const Timestamp ×tamp) | CppCommon::Time | friend |
operator<=(const Timestamp ×tamp, const Time &time) | CppCommon::Time | friend |
operator<=(const Time &time1, const Time &time2) noexcept | CppCommon::Time | friend |
operator=(const Timestamp ×tamp) | CppCommon::Time | inline |
operator=(const Time &) noexcept=default | CppCommon::Time | |
operator=(Time &&) noexcept=default | CppCommon::Time | |
operator==(const Time &time, const Timestamp ×tamp) | CppCommon::Time | friend |
operator==(const Timestamp ×tamp, const Time &time) | CppCommon::Time | friend |
operator==(const Time &time1, const Time &time2) noexcept | CppCommon::Time | friend |
operator>(const Time &time, const Timestamp ×tamp) | CppCommon::Time | friend |
operator>(const Timestamp ×tamp, const Time &time) | CppCommon::Time | friend |
operator>(const Time &time1, const Time &time2) noexcept | CppCommon::Time | friend |
operator>=(const Time &time, const Timestamp ×tamp) | CppCommon::Time | friend |
operator>=(const Timestamp ×tamp, const Time &time) | CppCommon::Time | friend |
operator>=(const Time &time1, const Time &time2) noexcept | CppCommon::Time | friend |
second() const noexcept | CppCommon::Time | inline |
swap(Time &time) noexcept | CppCommon::Time | inline |
swap(Time &time1, Time &time2) noexcept | CppCommon::Time | friend |
Time() noexcept | CppCommon::Time | inline |
Time(int year, int month, int day, int hour=0, int minute=0, int second=0, int millisecond=0, int microsecond=0, int nanosecond=0) | CppCommon::Time | explicit |
Time(const Time &) noexcept=default | CppCommon::Time | |
Time(Time &&) noexcept=default | CppCommon::Time | |
Time(const Timestamp ×tamp) | CppCommon::Time | explicitprotected |
utcstamp() const | CppCommon::Time | |
weekday() const noexcept | CppCommon::Time | inline |
year() const noexcept | CppCommon::Time | inline |
~Time() noexcept=default | CppCommon::Time |