Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/sys/Time.h>
Public Member Functions | |
Duration (int64_t time0=0) | |
Duration (const AbsTime &start, const AbsTime &finish) | |
operator int64_t () const |
As AbsTime, this class also uses nanosecs for its time resolution where possible. 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 convenient.
Definition at line 115 of file Time.h.