#include <TimeStampedEvent.hh>
Inheritance diagram for TimeStampedEvent< Stamper >:

Public Methods | |
| 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 Methods | |
| 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 120 of file TimeStampedEvent.hh.
|
|||||||||
|
Protected destructor will prevent user from calling delete on a pointer to a TimeStampedEvent. Definition at line 144 of file TimeStampedEvent.hh. |
|
|||||||||
|
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 128 of file TimeStampedEvent.hh. Referenced by TimeStampedEvent<>::operator<(). |
1.2.18