preCICE v3.1.2
|
#include <EventUtils.hpp>
Public Member Functions | |
DataEntry (int eid, Event::Clock::time_point c, int did, int dv) | |
Public Member Functions inherited from precice::profiling::TimedEntry | |
TimedEntry (int eid, Event::Clock::time_point c) | |
Public Attributes | |
int | did |
int | dvalue |
Public Attributes inherited from precice::profiling::TimedEntry | |
int | eid |
Event::Clock::time_point | clock |
Static Public Attributes | |
static constexpr char | type = 'd' |
Definition at line 56 of file EventUtils.hpp.
|
inline |
Definition at line 57 of file EventUtils.hpp.
int precice::profiling::DataEntry::did |
Definition at line 61 of file EventUtils.hpp.
int precice::profiling::DataEntry::dvalue |
Definition at line 62 of file EventUtils.hpp.
|
staticconstexpr |
Definition at line 60 of file EventUtils.hpp.