|
libktorrent
2.1.1
|
#include <timevalue.h>
Public Member Functions | |
| TimeValue () | |
| Default constructor, gets the current time. | |
| TimeValue (bt::Uint64 secs, bt::Uint64 usecs) | |
| TimeValue (const TimeValue &tv) | |
| void | addMilliSeconds (bt::Uint32 ms) |
| TimeValue & | operator= (const TimeValue &tv) |
| bt::Uint32 | timestampMicroSeconds () const |
| bt::TimeStamp | toTimeStamp () const |
| Convert to time stamp. | |
Public Attributes | |
| bt::Uint64 | microseconds |
| bt::Uint64 | seconds |
High precision time value
Definition at line 50 of file timevalue.h.
1.8.18