OpenTREP Logo  0.07.4
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP::BasChronometer Struct Reference

Structure allowing measuring the time elapsed between two events. More...

#include <opentrep/basic/BasChronometer.hpp>

Public Member Functions

 BasChronometer ()
 
void start ()
 
std::string getStart () const
 
double elapsed () const
 

Detailed Description

Structure allowing measuring the time elapsed between two events.

Definition at line 15 of file BasChronometer.hpp.

Constructor & Destructor Documentation

OPENTREP::BasChronometer::BasChronometer ( )

Constructor.

Definition at line 13 of file BasChronometer.cpp.

Member Function Documentation

std::string OPENTREP::BasChronometer::getStart ( ) const
inline

Get the start time.

Definition at line 31 of file BasChronometer.hpp.


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