HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::HCETimer Class Reference

#include <HCETimer.hpp>

Public Member Functions

 HCETimer (const std::string &s="Operation time: ")
 ~HCETimer ()
const Poco::UInt64 elapsed ()
 HCETimer (const std::string &s="Time: ")
 ~HCETimer ()

Static Public Member Functions

static const double toSeconds (const Timestamp::TimeDiff &microseconds)
static const double toSeconds (const Timestamp::TimeDiff &microseconds)

Detailed Description

Definition at line 32 of file HCETimer.hpp.

Constructor & Destructor Documentation

HCE::HCETimer::HCETimer ( const std::string &  s = "Operation time: ")
inlineexplicit

Definition at line 35 of file HCETimer.hpp.

HCE::HCETimer::~HCETimer ( )
inline

Definition at line 36 of file HCETimer.hpp.

Here is the call graph for this function:

HCE::HCETimer::HCETimer ( const std::string &  s = "Time: ")
inlineexplicit

Definition at line 27 of file HCETimer.hpp.

HCE::HCETimer::~HCETimer ( )
inline

Definition at line 28 of file HCETimer.hpp.

Here is the call graph for this function:

Member Function Documentation

const Poco::UInt64 HCE::HCETimer::elapsed ( )
inline

Definition at line 44 of file HCETimer.hpp.

Here is the caller graph for this function:

static const double HCE::HCETimer::toSeconds ( const Timestamp::TimeDiff &  microseconds)
inlinestatic

Definition at line 30 of file HCETimer.hpp.

static const double HCE::HCETimer::toSeconds ( const Timestamp::TimeDiff &  microseconds)
inlinestatic

Definition at line 43 of file HCETimer.hpp.

Here is the caller graph for this function:


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