OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
Timestamp Class Reference

#include <Timestamp.h>

Inheritance diagram for Timestamp:
Collaboration diagram for Timestamp:

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_

Detailed Description

Definition at line 31 of file Timestamp.h.

Constructor & Destructor Documentation

◆ Timestamp()

Timestamp::Timestamp ( )
inline

Definition at line 36 of file Timestamp.h.

References TraceComponent::TraceComponent().

Here is the call graph for this function:

◆ ~Timestamp()

virtual Timestamp::~Timestamp ( )
inlinevirtual

Definition at line 52 of file Timestamp.h.

Member Function Documentation

◆ execute()

void Timestamp::execute ( std::ostringstream & dump)
inlinevirtual

Implements TraceComponent.

Definition at line 40 of file Timestamp.h.

References TraceComponent::prepend().

Here is the call graph for this function:

◆ prepend() [1/2]

void TraceComponent::prepend ( std::ostringstream & dump,
std::ostringstream & prepender )
inlineinherited

Definition at line 39 of file TraceComponent.h.

Referenced by Timestamp::execute().

◆ prepend() [2/2]

void TraceComponent::prepend ( std::ostringstream & dump,
std::string prepender )
inlineinherited

Definition at line 47 of file TraceComponent.h.

Member Data Documentation

◆ name_

std::string TraceComponent::name_
privateinherited

Definition at line 58 of file TraceComponent.h.

Referenced by TraceComponent().


The documentation for this class was generated from the following file: