fromSeconds(char *buf) const | Time | [protected] |
getHour(void) const | Time | |
getMinute(void) const | Time | |
getSecond(void) const | Time | |
getTime(char *buffer) const | Time | |
getTime(void) const | Time | |
getTime(tm *buf) const | Time | |
getValue(void) const | Time | |
isValid(void) const | Time | |
operator long() | Time | [inline] |
operator!() const | Time | [inline] |
operator!=(const Time &time) | Time | |
operator()() const | Time | |
operator+(const Time &time1, const Time &time2) | Time | [friend] |
operator+(const Time &time, const int val) | Time | [friend] |
operator+(const int val, const Time &time) | Time | [friend] |
operator++() | Time | |
operator+=(const int val) | Time | |
operator-(const Time &time1, const Time &time2) | Time | [friend] |
operator-(const Time &time, const int val) | Time | [friend] |
operator-(const int val, const Time &time) | Time | [friend] |
operator--() | Time | |
operator-=(const int val) | Time | |
operator<(const Time &time) | Time | |
operator<=(const Time &time) | Time | |
operator==(const Time &time) | Time | |
operator>(const Time &time) | Time | |
operator>=(const Time &time) | Time | |
seconds | Time | [protected] |
setTime(char *str, size_t size=0) | Time | |
Time(time_t tm) | Time | |
Time(tm *dt) | Time | |
Time(char *str, size_t size=0) | Time | |
Time(int hour, int minute, int second) | Time | |
Time() | Time | |
toSeconds(int hour, int minute, int second) | Time | [protected] |
Update(void) | Time | [inline, protected, virtual] |