OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
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

◆ BasChronometer()

OPENTREP::BasChronometer::BasChronometer ( )

Constructor.

Definition at line 13 of file BasChronometer.cpp.

Member Function Documentation

◆ start()

◆ getStart()

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

Get the start time.

Definition at line 31 of file BasChronometer.hpp.

◆ elapsed()


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