OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Private Member Functions | Private Attributes | List of all members
OPALTimer::Timer Class Reference

#include <Timer.h>

Public Member Functions

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

Private Member Functions

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

Private Attributes

time_t timer
 

Detailed Description

Definition at line 33 of file Timer.h.

Constructor & Destructor Documentation

Timer::Timer ( )

Constructor.

Definition at line 26 of file Timer.cpp.

References time(), and timer.

Here is the call graph for this function:

Timer::~Timer ( )

Definition at line 31 of file Timer.cpp.

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

Member Function Documentation

std::string Timer::date ( ) const
void OPALTimer::Timer::operator= ( const Timer )
private
std::string Timer::time ( ) const

Member Data Documentation

time_t OPALTimer::Timer::timer
private

Definition at line 55 of file Timer.h.

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


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