#include <timec.h>
Public Methods | |
| TimeC () | |
| TimeC (double t) | |
| TimeC (long, long) | |
| TimeC & | operator= (const TimeC &t) |
| TimeC | operator+ (const TimeC &t) |
| TimeC | operator- (const TimeC &t) |
| int | operator< (const TimeC &t) |
| int | operator> (const TimeC &t) |
| int | operator<= (const TimeC &t) |
| int | operator>= (const TimeC &t) |
| int | operator== (const TimeC &t) |
| int | operator!= (const TimeC &t) |
| TimeC | SetPresentTime () |
| TimeC | Set (long, long) |
| long | GetSec () |
| long | GetMsec () |
| long | GetUsec () |
| void | SetUsec (long l) |
| void | Writeln () |
| void | Write () |
| operator double () const | |
Protected Attributes | |
| timezone | m_timezone |
| long | m_sec |
| long | m_usec |
| short | m_sgn |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 58 of file timec.h.
00058 {return m_usec/1000;}
|
|
|
Definition at line 57 of file timec.h.
|
|
|
Definition at line 59 of file timec.h.
00059 {return m_usec;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 60 of file timec.h.
00060 {m_usec=l;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc2