#include <TimeStampedEvent.h>

Public Member Functions | |
| const Stamper::DataType & | getTimeStamp () const |
| bool | isOlderThan (const TimeStampedEvent &tse) const |
| Return true only if *this has a time stamp older than that of tse. | |
| bool | operator< (const TimeStampedEvent &tse) const |
| Return true only if *this has a time stamp older than that of tse. | |
Protected Member Functions | |
| TimeStampedEvent () | |
| Create a TimeStampedEvent object. | |
| ~TimeStampedEvent () | |
The time stamp is the number of seconds since the first TimeStampedEvent was instantiated. This strategy ensures that the reference is always well defined and independent of compiler etc, is a relatively small number, and can be repeated.
Definition at line 119 of file TimeStampedEvent.h.
| TimeStampedEvent< Stamper >::TimeStampedEvent | ( | ) | [inline, protected] |
| TimeStampedEvent< Stamper >::~TimeStampedEvent | ( | ) | [inline, protected] |
Protected destructor will prevent user from calling delete on a pointer to a TimeStampedEvent.
Definition at line 143 of file TimeStampedEvent.h.
| const Stamper::DataType& TimeStampedEvent< Stamper >::getTimeStamp | ( | ) | const [inline] |
Get creation time of this event. This is given as the number of seconds (or fraction thereof) since the first instantiation of a TimeStampedEvent object.
Definition at line 127 of file TimeStampedEvent.h.
| bool TimeStampedEvent< Stamper >::isOlderThan | ( | const TimeStampedEvent< Stamper > & | tse | ) | const [inline] |
Return true only if *this has a time stamp older than that of tse.
Definition at line 130 of file TimeStampedEvent.h.
| bool TimeStampedEvent< Stamper >::operator< | ( | const TimeStampedEvent< Stamper > & | tse | ) | const [inline] |
Return true only if *this has a time stamp older than that of tse.
Definition at line 136 of file TimeStampedEvent.h.
1.5.6