|
| | Xtime () |
| |
| | Xtime (Xtime &other) |
| |
| | Xtime (time_t other) |
| |
| | ~Xtime () |
| |
| void | addSeconds (sint32 seconds) |
| |
| bit8 | getTime (int &month, int &mday, int &year, int &hour, int &minute, int &second) const |
| |
| bit8 | setTime (int month, int mday, int year, int hour, int minute, int second) |
| |
| void | update () |
| |
| sint32 | getDay (void) const |
| |
| sint32 | getMsec (void) const |
| |
| void | setDay (sint32 day) |
| |
| void | setMsec (sint32 msec) |
| |
| void | set (sint32 newday, sint32 newmsec) |
| |
| bit8 | ParseDate (char *in) |
| |
| bit8 | FormatTime (char *out, char *format) |
| |
| bit8 | getTimeval (struct timeval &tv) |
| |
| int | getSecond (void) const |
| |
| int | getMinute (void) const |
| |
| int | getHour (void) const |
| |
| int | getMDay (void) const |
| |
| int | getWDay (void) const |
| |
| int | getYDay (void) const |
| |
| int | getMonth (void) const |
| |
| int | getYWeek (void) const |
| |
| int | getYear (void) const |
| |
| bit8 | setSecond (sint32 sec) |
| |
| bit8 | setMinute (sint32 min) |
| |
| bit8 | setHour (sint32 hour) |
| |
| bit8 | setYear (sint32 year) |
| |
| bit8 | setMonth (sint32 month) |
| |
| bit8 | setMDay (sint32 mday) |
| |
| void | normalize (void) |
| |
| int | compare (const Xtime &other) const |
| |
| bit8 | operator== (const Xtime &other) const |
| |
| bit8 | operator!= (const Xtime &other) const |
| |
| bit8 | operator< (const Xtime &other) const |
| |
| bit8 | operator> (const Xtime &other) const |
| |
| bit8 | operator<= (const Xtime &other) const |
| |
| bit8 | operator>= (const Xtime &other) const |
| |
| Xtime & | operator= (const Xtime &other) |
| |
| Xtime & | operator= (const time_t other) |
| |
| Xtime & | operator+= (const Xtime &other) |
| |
| Xtime & | operator-= (const Xtime &other) |
| |
| Xtime | operator+ (Xtime &other) |
| |
| Xtime | operator- (Xtime &other) |
| |
| Xtime & | operator+= (const time_t other) |
| |
| Xtime & | operator-= (const time_t other) |
| |
| Xtime | operator+ (time_t other) |
| |
| Xtime | operator- (time_t other) |
| |
| | Xtime () |
| |
| | Xtime (Xtime &other) |
| |
| | Xtime (time_t other) |
| |
| | ~Xtime () |
| |
| void | addSeconds (sint32 seconds) |
| |
| bit8 | getTime (int &month, int &mday, int &year, int &hour, int &minute, int &second) const |
| |
| bit8 | setTime (int month, int mday, int year, int hour, int minute, int second) |
| |
| void | update () |
| |
| sint32 | getDay (void) const |
| |
| sint32 | getMsec (void) const |
| |
| void | setDay (sint32 day) |
| |
| void | setMsec (sint32 msec) |
| |
| void | set (sint32 newday, sint32 newmsec) |
| |
| bit8 | ParseDate (char *in) |
| |
| bit8 | FormatTime (char *out, char *format) |
| |
| bit8 | getTimeval (struct timeval &tv) |
| |
| int | getSecond (void) const |
| |
| int | getMinute (void) const |
| |
| int | getHour (void) const |
| |
| int | getMDay (void) const |
| |
| int | getWDay (void) const |
| |
| int | getYDay (void) const |
| |
| int | getMonth (void) const |
| |
| int | getYWeek (void) const |
| |
| int | getYear (void) const |
| |
| bit8 | setSecond (sint32 sec) |
| |
| bit8 | setMinute (sint32 min) |
| |
| bit8 | setHour (sint32 hour) |
| |
| bit8 | setYear (sint32 year) |
| |
| bit8 | setMonth (sint32 month) |
| |
| bit8 | setMDay (sint32 mday) |
| |
| void | normalize (void) |
| |
| int | compare (const Xtime &other) const |
| |
| bit8 | operator== (const Xtime &other) const |
| |
| bit8 | operator!= (const Xtime &other) const |
| |
| bit8 | operator< (const Xtime &other) const |
| |
| bit8 | operator> (const Xtime &other) const |
| |
| bit8 | operator<= (const Xtime &other) const |
| |
| bit8 | operator>= (const Xtime &other) const |
| |
| Xtime & | operator= (const Xtime &other) |
| |
| Xtime & | operator= (const time_t other) |
| |
| Xtime & | operator+= (const Xtime &other) |
| |
| Xtime & | operator-= (const Xtime &other) |
| |
| Xtime | operator+ (Xtime &other) |
| |
| Xtime | operator- (Xtime &other) |
| |
| Xtime & | operator+= (const time_t other) |
| |
| Xtime & | operator-= (const time_t other) |
| |
| Xtime | operator+ (time_t other) |
| |
| Xtime | operator- (time_t other) |
| |
Definition at line 55 of file xtime.h.