SeExpr
Public Member Functions | Private Attributes | List of all members
SeExpr2::PrintTiming Class Reference

#include <Platform.h>

Public Member Functions

 PrintTiming (const std::string &s)
 
 ~PrintTiming ()
 

Private Attributes

Timer _timer
 
const std::string _s
 

Detailed Description

Definition at line 136 of file Platform.h.

Constructor & Destructor Documentation

SeExpr2::PrintTiming::PrintTiming ( const std::string &  s)
inline

Definition at line 138 of file Platform.h.

References _timer, and SeExpr2::Timer::start().

SeExpr2::PrintTiming::~PrintTiming ( )
inline

Definition at line 140 of file Platform.h.

References _s, _timer, and SeExpr2::Timer::elapsedTime().

Member Data Documentation

const std::string SeExpr2::PrintTiming::_s
private

Definition at line 144 of file Platform.h.

Referenced by ~PrintTiming().

Timer SeExpr2::PrintTiming::_timer
private

Definition at line 143 of file Platform.h.

Referenced by PrintTiming(), and ~PrintTiming().


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