A time-stamped simulation event stored in SimulationOutput. More...
#include <SimulationTimestamp.h>
Public Member Functions | |
SimulationTimestamp (T *content) | |
Constructor. More... | |
T *const | getContent () |
double | getDate () |
Detailed Description
template<class T>
class wrench::SimulationTimestamp< T >
A time-stamped simulation event stored in SimulationOutput.
- Template Parameters
-
a particular SimulationTimestampXXXX class (defined in SimulationTimestampTypes.h)
Constructor & Destructor Documentation
◆ SimulationTimestamp()
|
inline |
Constructor.
- Parameters
-
content a pointer to a object of class T, i.e., a particular SimulationTimestampXXXX class (defined in SimulationTimestampTypes.h)
Member Function Documentation
◆ getContent()
|
inline |
Retrieve the timestamp's content
- Returns
- a pointer to a object of class T, i.e., a particular SimulationTimestampXXXX class (defined in SimulationTimestampTypes.h)
◆ getDate()
|
inline |
Retrieve the recorded time of the timestamp
- Returns
- the recorded time of the timestamp
The documentation for this class was generated from the following file: