|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <Timestamp.h>
Public Member Functions | |
| Timestamp () | |
| void | execute (std::ostringstream &dump) |
| virtual | ~Timestamp () |
| void | prepend (std::ostringstream &dump, std::ostringstream &prepender) |
| void | prepend (std::ostringstream &dump, std::string prepender) |
Private Attributes | |
| std::string | name_ |
Definition at line 31 of file Timestamp.h.
|
inline |
Definition at line 36 of file Timestamp.h.
References TraceComponent::TraceComponent().
|
inlinevirtual |
Definition at line 52 of file Timestamp.h.
|
inlinevirtual |
Implements TraceComponent.
Definition at line 40 of file Timestamp.h.
References TraceComponent::prepend().
|
inlineinherited |
Definition at line 39 of file TraceComponent.h.
Referenced by Timestamp::execute().
|
inlineinherited |
Definition at line 47 of file TraceComponent.h.
|
privateinherited |
Definition at line 58 of file TraceComponent.h.
Referenced by TraceComponent().