10 #ifndef WRENCH_SIMULATIONTIMESTAMP_H
11 #define WRENCH_SIMULATIONTIMESTAMP_H
15 #include "wrench/simgrid_S4U_util/S4U_Simulation.h"
16 #include "wrench/simulation/SimulationTimestampTypes.h"
36 return this->content.get();
56 this->content = std::unique_ptr<T>(content);
64 std::unique_ptr<T>content;
69 #endif //WRENCH_SIMULATIONTIMESTAMP_H
SimulationTimestamp(T *content)
Constructor.
Definition: SimulationTimestamp.h:55
A time-stamped simulation event stored in SimulationOutput.
Definition: SimulationTimestamp.h:26
double getDate()
Definition: SimulationTimestamp.h:44
T *const getContent()
Definition: SimulationTimestamp.h:35