qpid::sys::Duration Class Reference
Class to represent the duration between instants of time: As
AbsTime this class also uses nanosecs for its time resolution.
More...
#include <Time.h>
List of all members.
|
Public Member Functions |
| Duration (int64_t time0) |
| Duration (const AbsTime &time0) |
| Duration (const AbsTime &start, const AbsTime &finish) |
| operator int64_t () const |
Detailed Description
Class to represent the duration between instants of time: As
AbsTime this class also uses nanosecs for its time resolution.
For the most part a duration can be dealt with like a 64 bit integer, and indeed there is an implicit conversion which makes this quite conveient.
Definition at line 96 of file Time.h.
The documentation for this class was generated from the following file:
- /home/nsantos/projects/mrg-team/testing/magnum/f10/qpidc/qpid/cpp/src/qpid/sys/Time.h