OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
OPALTimer::Timer Class Reference

#include <Timer.h>

Collaboration diagram for OPALTimer::Timer:

Public Member Functions

 Timer ()
 Constructor.
 ~Timer ()
std::string date () const
 Return date.
std::string time () const
 Return time.

Private Member Functions

 Timer (const Timer &)
void operator= (const Timer &)

Private Attributes

time_t timer

Detailed Description

Definition at line 33 of file src/Utilities/Timer.h.

Constructor & Destructor Documentation

◆ Timer() [1/2]

Timer::Timer ( )

Constructor.

Definition at line 26 of file src/Utilities/Timer.cpp.

References time(), and timer.

Referenced by operator=(), and Timer().

Here is the call graph for this function:

◆ ~Timer()

Timer::~Timer ( )

Definition at line 31 of file src/Utilities/Timer.cpp.

◆ Timer() [2/2]

OPALTimer::Timer::Timer ( const Timer & )
private

References Timer().

Here is the call graph for this function:

Member Function Documentation

◆ date()

◆ operator=()

void OPALTimer::Timer::operator= ( const Timer & )
private

References Timer().

Here is the call graph for this function:

◆ time()

Member Data Documentation

◆ timer

time_t OPALTimer::Timer::timer
private

Definition at line 55 of file src/Utilities/Timer.h.

Referenced by date(), time(), and Timer().


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